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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=398",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=396",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 397,
    "results": [
        {
            "start": 821482652,
            "stop": 821482685
        },
        {
            "start": 821482704,
            "stop": 821482741
        },
        {
            "start": 821482744,
            "stop": 821482802
        },
        {
            "start": 821482805,
            "stop": 821482919
        },
        {
            "start": 821482938,
            "stop": 821482987
        },
        {
            "start": 821483006,
            "stop": 821483188
        },
        {
            "start": 821483702,
            "stop": 821484021
        },
        {
            "start": 821484024,
            "stop": 821484168
        },
        {
            "start": 821484171,
            "stop": 821484190
        },
        {
            "start": 821484209,
            "stop": 821484349
        },
        {
            "start": 821484368,
            "stop": 821484670
        },
        {
            "start": 821485528,
            "stop": 821485629
        },
        {
            "start": 821485648,
            "stop": 821485762
        },
        {
            "start": 821485765,
            "stop": 821485882
        },
        {
            "start": 821485901,
            "stop": 821485924
        },
        {
            "start": 821485963,
            "stop": 821485966
        },
        {
            "start": 821485985,
            "stop": 821486052
        },
        {
            "start": 821486071,
            "stop": 821486201
        },
        {
            "start": 821486242,
            "stop": 821486446
        },
        {
            "start": 821486465,
            "stop": 821486484
        }
    ]
}