Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=297
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=298",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=296",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 297,
    "results": [
        {
            "start": 821696234,
            "stop": 821696329
        },
        {
            "start": 821696332,
            "stop": 821696392
        },
        {
            "start": 821696395,
            "stop": 821696746
        },
        {
            "start": 821696749,
            "stop": 821697018
        },
        {
            "start": 821697021,
            "stop": 821697205
        },
        {
            "start": 821697208,
            "stop": 821697214
        },
        {
            "start": 821697217,
            "stop": 821697302
        },
        {
            "start": 821697305,
            "stop": 821697347
        },
        {
            "start": 821697350,
            "stop": 821697373
        },
        {
            "start": 821697376,
            "stop": 821697545
        },
        {
            "start": 821697548,
            "stop": 821697712
        },
        {
            "start": 821697715,
            "stop": 821697787
        },
        {
            "start": 821697790,
            "stop": 821697899
        },
        {
            "start": 821697902,
            "stop": 821697947
        },
        {
            "start": 821697950,
            "stop": 821697975
        },
        {
            "start": 821697978,
            "stop": 821698017
        },
        {
            "start": 821698020,
            "stop": 821698122
        },
        {
            "start": 821698125,
            "stop": 821698209
        },
        {
            "start": 821698212,
            "stop": 821698554
        },
        {
            "start": 821698557,
            "stop": 821698999
        }
    ]
}