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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=258",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=256",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 257,
    "results": [
        {
            "start": 820943797,
            "stop": 820943810
        },
        {
            "start": 820943813,
            "stop": 820943864
        },
        {
            "start": 820943867,
            "stop": 820943870
        },
        {
            "start": 820943873,
            "stop": 820943952
        },
        {
            "start": 820943955,
            "stop": 820943990
        },
        {
            "start": 820943993,
            "stop": 820944033
        },
        {
            "start": 820944036,
            "stop": 820944038
        },
        {
            "start": 820944042,
            "stop": 820944043
        },
        {
            "start": 820944046,
            "stop": 820944105
        },
        {
            "start": 820963939,
            "stop": 820964221
        },
        {
            "start": 820964239,
            "stop": 820964850
        },
        {
            "start": 820964853,
            "stop": 820965505
        },
        {
            "start": 820965508,
            "stop": 820965966
        },
        {
            "start": 820965969,
            "stop": 820966391
        },
        {
            "start": 820966394,
            "stop": 820966460
        },
        {
            "start": 820967628,
            "stop": 820968187
        },
        {
            "start": 820968190,
            "stop": 820968775
        },
        {
            "start": 820968778,
            "stop": 820968801
        },
        {
            "start": 820968804,
            "stop": 820968820
        },
        {
            "start": 820968823,
            "stop": 820969364
        }
    ]
}