Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=807
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=808",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=806",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 807,
    "results": [
        {
            "start": 868634936,
            "stop": 868638464
        },
        {
            "start": 868639139,
            "stop": 868643711
        },
        {
            "start": 868643712,
            "stop": 868651770
        },
        {
            "start": 868651830,
            "stop": 868651840
        },
        {
            "start": 868653949,
            "stop": 868655501
        },
        {
            "start": 868656031,
            "stop": 868656032
        },
        {
            "start": 868656036,
            "stop": 868661463
        },
        {
            "start": 868664420,
            "stop": 868668900
        },
        {
            "start": 868668960,
            "stop": 868701163
        },
        {
            "start": 868702497,
            "stop": 868719527
        },
        {
            "start": 868736156,
            "stop": 868740933
        },
        {
            "start": 868740936,
            "stop": 868745023
        },
        {
            "start": 868746200,
            "stop": 868751229
        },
        {
            "start": 868751230,
            "stop": 868753244
        },
        {
            "start": 868753888,
            "stop": 868793878
        },
        {
            "start": 868793880,
            "stop": 868794150
        },
        {
            "start": 868841856,
            "stop": 868851567
        },
        {
            "start": 868852045,
            "stop": 868864963
        },
        {
            "start": 868865378,
            "stop": 868874234
        },
        {
            "start": 868874236,
            "stop": 868897380
        }
    ]
}