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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=176",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=174",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 175,
    "results": [
        {
            "start": 820458939,
            "stop": 820459297
        },
        {
            "start": 820459304,
            "stop": 820459708
        },
        {
            "start": 820459715,
            "stop": 820459780
        },
        {
            "start": 820459881,
            "stop": 820460030
        },
        {
            "start": 820460110,
            "stop": 820460545
        },
        {
            "start": 820460552,
            "stop": 820461268
        },
        {
            "start": 820461276,
            "stop": 820461336
        },
        {
            "start": 820461343,
            "stop": 820461726
        },
        {
            "start": 820461734,
            "stop": 820462127
        },
        {
            "start": 820462134,
            "stop": 820462370
        },
        {
            "start": 820462450,
            "stop": 820462537
        },
        {
            "start": 820462544,
            "stop": 820462600
        },
        {
            "start": 820462608,
            "stop": 820463197
        },
        {
            "start": 820463204,
            "stop": 820463225
        },
        {
            "start": 820463232,
            "stop": 820463383
        },
        {
            "start": 820463390,
            "stop": 820463699
        },
        {
            "start": 820463707,
            "stop": 820463775
        },
        {
            "start": 820463783,
            "stop": 820463907
        },
        {
            "start": 820463914,
            "stop": 820463972
        },
        {
            "start": 820463980,
            "stop": 820464025
        }
    ]
}