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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5632",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5630",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5631,
    "results": [
        {
            "start": 874498178,
            "stop": 874498261
        },
        {
            "start": 874498264,
            "stop": 874498777
        },
        {
            "start": 874498780,
            "stop": 874498832
        },
        {
            "start": 874498835,
            "stop": 874499012
        },
        {
            "start": 874499016,
            "stop": 874499052
        },
        {
            "start": 874499055,
            "stop": 874499197
        },
        {
            "start": 874499200,
            "stop": 874499272
        },
        {
            "start": 874499276,
            "stop": 874499895
        },
        {
            "start": 874499898,
            "stop": 874499921
        },
        {
            "start": 874499924,
            "stop": 874500268
        },
        {
            "start": 874500271,
            "stop": 874500722
        },
        {
            "start": 874500726,
            "stop": 874501054
        },
        {
            "start": 874501057,
            "stop": 874501100
        },
        {
            "start": 874501103,
            "stop": 874501201
        },
        {
            "start": 874501204,
            "stop": 874501302
        },
        {
            "start": 874501305,
            "stop": 874501368
        },
        {
            "start": 874503159,
            "stop": 874505024
        },
        {
            "start": 874505205,
            "stop": 874505384
        },
        {
            "start": 874505925,
            "stop": 874506048
        },
        {
            "start": 874506051,
            "stop": 874506217
        }
    ]
}