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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4862",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4860",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4861,
    "results": [
        {
            "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
        },
        {
            "start": 971521638,
            "stop": 971521839
        },
        {
            "start": 971521842,
            "stop": 971522145
        },
        {
            "start": 971522148,
            "stop": 971522321
        },
        {
            "start": 971522324,
            "stop": 971522842
        },
        {
            "start": 971522845,
            "stop": 971523251
        },
        {
            "start": 971523254,
            "stop": 971523402
        }
    ]
}