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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=78",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=76",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 77,
    "results": [
        {
            "start": 931268355,
            "stop": 931268385
        },
        {
            "start": 931268386,
            "stop": 931268397
        },
        {
            "start": 931268399,
            "stop": 931268416
        },
        {
            "start": 931268418,
            "stop": 931268453
        },
        {
            "start": 931268456,
            "stop": 931268488
        },
        {
            "start": 931268490,
            "stop": 931268504
        },
        {
            "start": 931268506,
            "stop": 931268519
        },
        {
            "start": 931268521,
            "stop": 931268543
        },
        {
            "start": 931268545,
            "stop": 931268685
        },
        {
            "start": 931268687,
            "stop": 931268699
        },
        {
            "start": 931268701,
            "stop": 931268718
        },
        {
            "start": 931268720,
            "stop": 931268721
        },
        {
            "start": 931268723,
            "stop": 931268738
        },
        {
            "start": 931268740,
            "stop": 931268764
        },
        {
            "start": 931268766,
            "stop": 931268795
        },
        {
            "start": 931268797,
            "stop": 931268817
        },
        {
            "start": 931268819,
            "stop": 931268823
        },
        {
            "start": 931268825,
            "stop": 931268827
        },
        {
            "start": 931268829,
            "stop": 931268840
        },
        {
            "start": 931268842,
            "stop": 931268854
        }
    ]
}