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=97
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=98",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=96",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 97,
    "results": [
        {
            "start": 931338127,
            "stop": 931338175
        },
        {
            "start": 931338177,
            "stop": 931338235
        },
        {
            "start": 931338237,
            "stop": 931338398
        },
        {
            "start": 931338401,
            "stop": 931338410
        },
        {
            "start": 931338412,
            "stop": 931338500
        },
        {
            "start": 931338502,
            "stop": 931338585
        },
        {
            "start": 931338587,
            "stop": 931338593
        },
        {
            "start": 931338595,
            "stop": 931338599
        },
        {
            "start": 931338600,
            "stop": 931338672
        },
        {
            "start": 931338674,
            "stop": 931338689
        },
        {
            "start": 931338691,
            "stop": 931338703
        },
        {
            "start": 931338705,
            "stop": 931338714
        },
        {
            "start": 931338715,
            "stop": 931338729
        },
        {
            "start": 931338731,
            "stop": 931338903
        },
        {
            "start": 931338905,
            "stop": 931338935
        },
        {
            "start": 931338936,
            "stop": 931339022
        },
        {
            "start": 931339024,
            "stop": 931339100
        },
        {
            "start": 931339102,
            "stop": 931339232
        },
        {
            "start": 931339234,
            "stop": 931339324
        },
        {
            "start": 931339325,
            "stop": 931339328
        }
    ]
}