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=55
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=56",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=54",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 55,
    "results": [
        {
            "start": 931244964,
            "stop": 931245030
        },
        {
            "start": 931245032,
            "stop": 931245120
        },
        {
            "start": 931245122,
            "stop": 931245171
        },
        {
            "start": 931245173,
            "stop": 931245181
        },
        {
            "start": 931245183,
            "stop": 931245188
        },
        {
            "start": 931245190,
            "stop": 931245212
        },
        {
            "start": 931245214,
            "stop": 931245219
        },
        {
            "start": 931245221,
            "stop": 931245227
        },
        {
            "start": 931245230,
            "stop": 931245231
        },
        {
            "start": 931245233,
            "stop": 931245264
        },
        {
            "start": 931245266,
            "stop": 931245313
        },
        {
            "start": 931245315,
            "stop": 931245372
        },
        {
            "start": 931245374,
            "stop": 931245408
        },
        {
            "start": 931245410,
            "stop": 931245568
        },
        {
            "start": 931245570,
            "stop": 931245627
        },
        {
            "start": 931245629,
            "stop": 931245648
        },
        {
            "start": 931245650,
            "stop": 931245651
        },
        {
            "start": 931245652,
            "stop": 931245665
        },
        {
            "start": 931245667,
            "stop": 931245712
        },
        {
            "start": 931245714,
            "stop": 931245753
        }
    ]
}