Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5367
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5368",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5366",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5367,
    "results": [
        {
            "start": 971514359,
            "stop": 971514877
        },
        {
            "start": 971514880,
            "stop": 971515056
        },
        {
            "start": 971515059,
            "stop": 971515148
        },
        {
            "start": 971515151,
            "stop": 971515395
        },
        {
            "start": 971515398,
            "stop": 971515882
        },
        {
            "start": 971515885,
            "stop": 971516253
        },
        {
            "start": 971516256,
            "stop": 971516844
        },
        {
            "start": 971516847,
            "stop": 971516860
        },
        {
            "start": 971516864,
            "stop": 971517672
        },
        {
            "start": 971517675,
            "stop": 971517717
        },
        {
            "start": 971517720,
            "stop": 971517974
        },
        {
            "start": 971517977,
            "stop": 971518387
        },
        {
            "start": 971518390,
            "stop": 971518676
        },
        {
            "start": 971518679,
            "stop": 971519314
        },
        {
            "start": 971519317,
            "stop": 971519713
        },
        {
            "start": 971519716,
            "stop": 971519989
        },
        {
            "start": 971519992,
            "stop": 971520201
        },
        {
            "start": 971520204,
            "stop": 971520559
        },
        {
            "start": 971520562,
            "stop": 971521289
        },
        {
            "start": 971521292,
            "stop": 971521635
        }
    ]
}