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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=564",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=562",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 563,
    "results": [
        {
            "start": 873703658,
            "stop": 873703772
        },
        {
            "start": 873703774,
            "stop": 873705269
        },
        {
            "start": 873706807,
            "stop": 873708535
        },
        {
            "start": 873711097,
            "stop": 873715871
        },
        {
            "start": 873720952,
            "stop": 873723627
        },
        {
            "start": 873723690,
            "stop": 873724849
        },
        {
            "start": 873728554,
            "stop": 873728715
        },
        {
            "start": 873728790,
            "stop": 873729853
        },
        {
            "start": 873730023,
            "stop": 873759463
        },
        {
            "start": 873759465,
            "stop": 873765651
        },
        {
            "start": 873765652,
            "stop": 873768861
        },
        {
            "start": 873768862,
            "stop": 873771001
        },
        {
            "start": 873771097,
            "stop": 873787068
        },
        {
            "start": 873796180,
            "stop": 873811992
        },
        {
            "start": 873812306,
            "stop": 873814358
        },
        {
            "start": 873814632,
            "stop": 873821977
        },
        {
            "start": 873825361,
            "stop": 873844555
        },
        {
            "start": 873844651,
            "stop": 873861677
        },
        {
            "start": 873864279,
            "stop": 873881326
        },
        {
            "start": 873882202,
            "stop": 873887627
        }
    ]
}