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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=45",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=43",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 44,
    "results": [
        {
            "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
        },
        {
            "start": 931483775,
            "stop": 931483776
        },
        {
            "start": 931483779,
            "stop": 931483808
        },
        {
            "start": 931483811,
            "stop": 931483812
        },
        {
            "start": 931483814,
            "stop": 931483834
        },
        {
            "start": 931483836,
            "stop": 931483871
        },
        {
            "start": 931483874,
            "stop": 931483875
        },
        {
            "start": 931483877,
            "stop": 931483889
        },
        {
            "start": 931483892,
            "stop": 931483894
        },
        {
            "start": 931483897,
            "stop": 931483903
        },
        {
            "start": 931483911,
            "stop": 931483975
        },
        {
            "start": 931483980,
            "stop": 931483982
        }
    ]
}