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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15996",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=15994",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 15995,
    "results": [
        {
            "start": 971515059,
            "stop": 971515148
        },
        {
            "start": 971515151,
            "stop": 971515395
        },
        {
            "start": 971515398,
            "stop": 971515882
        },
        {
            "start": 971515885,
            "stop": 971516253
        },
        {
            "start": 971516256,
            "stop": 971516844
        },
        {
            "start": 971516878,
            "stop": 971517657
        },
        {
            "start": 971517690,
            "stop": 971517717
        },
        {
            "start": 971517720,
            "stop": 971517974
        },
        {
            "start": 971517977,
            "stop": 971518387
        },
        {
            "start": 971518390,
            "stop": 971518676
        },
        {
            "start": 971518679,
            "stop": 971518867
        },
        {
            "start": 971518869,
            "stop": 971519023
        },
        {
            "start": 971519024,
            "stop": 971519314
        },
        {
            "start": 971519317,
            "stop": 971519684
        },
        {
            "start": 971519685,
            "stop": 971519713
        },
        {
            "start": 971519716,
            "stop": 971519989
        },
        {
            "start": 971519992,
            "stop": 971520201
        },
        {
            "start": 971520204,
            "stop": 971520250
        },
        {
            "start": 971520251,
            "stop": 971520258
        },
        {
            "start": 971520260,
            "stop": 971520302
        }
    ]
}