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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7611",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=7609",
    "results_count": 154166,
    "results_per_page": 20,
    "num_pages": 7709,
    "page_number": 7610,
    "results": [
        {
            "start": 970844029,
            "stop": 970844124
        },
        {
            "start": 970844236,
            "stop": 970844388
        },
        {
            "start": 970844393,
            "stop": 970844433
        },
        {
            "start": 970844436,
            "stop": 970844437
        },
        {
            "start": 970844440,
            "stop": 970844505
        },
        {
            "start": 970844508,
            "stop": 970844524
        },
        {
            "start": 970844527,
            "stop": 970844716
        },
        {
            "start": 970844836,
            "stop": 970844896
        },
        {
            "start": 970845076,
            "stop": 970845081
        },
        {
            "start": 970845084,
            "stop": 970845136
        },
        {
            "start": 970845196,
            "stop": 970845249
        },
        {
            "start": 970845252,
            "stop": 970845265
        },
        {
            "start": 970845270,
            "stop": 970845460
        },
        {
            "start": 970845463,
            "stop": 970845590
        },
        {
            "start": 970845593,
            "stop": 970845616
        },
        {
            "start": 970845736,
            "stop": 970845816
        },
        {
            "start": 970845820,
            "stop": 970846076
        },
        {
            "start": 970846079,
            "stop": 970846231
        },
        {
            "start": 970846234,
            "stop": 970846235
        },
        {
            "start": 970846238,
            "stop": 970846361
        }
    ]
}