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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7305",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7303",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7304,
    "results": [
        {
            "start": 875118121,
            "stop": 875118718
        },
        {
            "start": 875118719,
            "stop": 875118722
        },
        {
            "start": 875118723,
            "stop": 875118737
        },
        {
            "start": 875118738,
            "stop": 875118741
        },
        {
            "start": 875118743,
            "stop": 875118813
        },
        {
            "start": 875118815,
            "stop": 875119450
        },
        {
            "start": 875119453,
            "stop": 875119622
        },
        {
            "start": 875119623,
            "stop": 875119690
        },
        {
            "start": 875119691,
            "stop": 875119730
        },
        {
            "start": 875119731,
            "stop": 875119927
        },
        {
            "start": 875119928,
            "stop": 875120041
        },
        {
            "start": 875120042,
            "stop": 875120303
        },
        {
            "start": 875120305,
            "stop": 875120453
        },
        {
            "start": 875120454,
            "stop": 875121240
        },
        {
            "start": 875121300,
            "stop": 875121389
        },
        {
            "start": 875121390,
            "stop": 875121517
        },
        {
            "start": 875121518,
            "stop": 875121685
        },
        {
            "start": 875121686,
            "stop": 875122129
        },
        {
            "start": 875122131,
            "stop": 875122139
        },
        {
            "start": 875122140,
            "stop": 875122157
        }
    ]
}