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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=65",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=63",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 64,
    "results": [
        {
            "start": 824511172,
            "stop": 824511178
        },
        {
            "start": 824511185,
            "stop": 824511190
        },
        {
            "start": 824511199,
            "stop": 824511209
        },
        {
            "start": 824511219,
            "stop": 824511226
        },
        {
            "start": 824511238,
            "stop": 824511248
        },
        {
            "start": 824511265,
            "stop": 824511268
        },
        {
            "start": 824511288,
            "stop": 824511306
        },
        {
            "start": 824521701,
            "stop": 824536635
        },
        {
            "start": 824536642,
            "stop": 824537148
        },
        {
            "start": 824537155,
            "stop": 824537418
        },
        {
            "start": 824537425,
            "stop": 824538323
        },
        {
            "start": 824538330,
            "stop": 824538363
        },
        {
            "start": 824538370,
            "stop": 824538403
        },
        {
            "start": 824538410,
            "stop": 824540405
        },
        {
            "start": 824540412,
            "stop": 824567167
        },
        {
            "start": 824596147,
            "stop": 824596597
        },
        {
            "start": 824599275,
            "stop": 824604234
        },
        {
            "start": 824607207,
            "stop": 824607632
        },
        {
            "start": 824611030,
            "stop": 824612810
        },
        {
            "start": 824612959,
            "stop": 824623353
        }
    ]
}