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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4240",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4238",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4239,
    "results": [
        {
            "start": 874553520,
            "stop": 874553547
        },
        {
            "start": 874553566,
            "stop": 874553585
        },
        {
            "start": 874553605,
            "stop": 874553608
        },
        {
            "start": 874553631,
            "stop": 874553640
        },
        {
            "start": 874554000,
            "stop": 874554007
        },
        {
            "start": 874554026,
            "stop": 874554094
        },
        {
            "start": 874554113,
            "stop": 874554120
        },
        {
            "start": 874554360,
            "stop": 874554383
        },
        {
            "start": 874554415,
            "stop": 874554472
        },
        {
            "start": 874554508,
            "stop": 874554583
        },
        {
            "start": 874554614,
            "stop": 874554627
        },
        {
            "start": 874554655,
            "stop": 874554660
        },
        {
            "start": 874554731,
            "stop": 874554794
        },
        {
            "start": 874554813,
            "stop": 874554825
        },
        {
            "start": 874554918,
            "stop": 874554925
        },
        {
            "start": 874554958,
            "stop": 874555020
        },
        {
            "start": 874555200,
            "stop": 874555210
        },
        {
            "start": 874555229,
            "stop": 874555244
        },
        {
            "start": 874555680,
            "stop": 874555739
        },
        {
            "start": 874555758,
            "stop": 874555801
        }
    ]
}