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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=46",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=44",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 45,
    "results": [
        {
            "start": 931483428,
            "stop": 931483430
        },
        {
            "start": 931483433,
            "stop": 931483437
        },
        {
            "start": 931483440,
            "stop": 931483460
        },
        {
            "start": 931483463,
            "stop": 931483473
        },
        {
            "start": 931483476,
            "stop": 931483490
        },
        {
            "start": 931483495,
            "stop": 931483505
        },
        {
            "start": 931483508,
            "stop": 931483530
        },
        {
            "start": 931483533,
            "stop": 931483547
        },
        {
            "start": 931483550,
            "stop": 931483557
        },
        {
            "start": 931483560,
            "stop": 931483561
        },
        {
            "start": 931483567,
            "stop": 931483636
        },
        {
            "start": 931483638,
            "stop": 931483649
        },
        {
            "start": 931483652,
            "stop": 931483663
        },
        {
            "start": 931483666,
            "stop": 931483680
        },
        {
            "start": 931483682,
            "stop": 931483698
        },
        {
            "start": 931483702,
            "stop": 931483712
        },
        {
            "start": 931483716,
            "stop": 931483719
        },
        {
            "start": 931483722,
            "stop": 931483737
        },
        {
            "start": 931483740,
            "stop": 931483761
        },
        {
            "start": 931483765,
            "stop": 931483769
        }
    ]
}