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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=102",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=100",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 101,
    "results": [
        {
            "start": 821400766,
            "stop": 821400889
        },
        {
            "start": 821400892,
            "stop": 821400908
        },
        {
            "start": 821400911,
            "stop": 821400914
        },
        {
            "start": 821400917,
            "stop": 821401037
        },
        {
            "start": 821401040,
            "stop": 821401339
        },
        {
            "start": 821401342,
            "stop": 821401523
        },
        {
            "start": 821401526,
            "stop": 821401703
        },
        {
            "start": 821401706,
            "stop": 821401754
        },
        {
            "start": 821401757,
            "stop": 821401937
        },
        {
            "start": 821401940,
            "stop": 821401958
        },
        {
            "start": 821401961,
            "stop": 821402001
        },
        {
            "start": 821402004,
            "stop": 821402338
        },
        {
            "start": 821402341,
            "stop": 821402606
        },
        {
            "start": 821402609,
            "stop": 821403409
        },
        {
            "start": 821403412,
            "stop": 821403583
        },
        {
            "start": 821403586,
            "stop": 821404728
        },
        {
            "start": 821404731,
            "stop": 821410990
        },
        {
            "start": 821410993,
            "stop": 821421721
        },
        {
            "start": 821421724,
            "stop": 821421883
        },
        {
            "start": 821421886,
            "stop": 821422292
        }
    ]
}