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_STOCH_CAT1/segments?format=api&page=8
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=7",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 8,
    "results": [
        {
            "start": 815791888,
            "stop": 815804373
        },
        {
            "start": 815804376,
            "stop": 815805696
        },
        {
            "start": 815805728,
            "stop": 815805959
        },
        {
            "start": 815805962,
            "stop": 815807688
        },
        {
            "start": 815807691,
            "stop": 815809028
        },
        {
            "start": 815813090,
            "stop": 815820239
        },
        {
            "start": 815821082,
            "stop": 815838188
        },
        {
            "start": 815838191,
            "stop": 815838631
        },
        {
            "start": 815838633,
            "stop": 815839517
        },
        {
            "start": 815839520,
            "stop": 815844032
        },
        {
            "start": 815844064,
            "stop": 815844163
        },
        {
            "start": 815844166,
            "stop": 815846819
        },
        {
            "start": 815846821,
            "stop": 815848808
        },
        {
            "start": 815848811,
            "stop": 815852124
        },
        {
            "start": 815852127,
            "stop": 815855439
        },
        {
            "start": 815855441,
            "stop": 815858749
        },
        {
            "start": 815858752,
            "stop": 815867838
        },
        {
            "start": 815867841,
            "stop": 815868495
        },
        {
            "start": 815868497,
            "stop": 815870680
        },
        {
            "start": 815870686,
            "stop": 815870976
        }
    ]
}