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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14912",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=14910",
    "results_count": 298986,
    "results_per_page": 20,
    "num_pages": 14950,
    "page_number": 14911,
    "results": [
        {
            "start": 971511930,
            "stop": 971512272
        },
        {
            "start": 971512275,
            "stop": 971512314
        },
        {
            "start": 971512317,
            "stop": 971512641
        },
        {
            "start": 971512644,
            "stop": 971513342
        },
        {
            "start": 971513345,
            "stop": 971513595
        },
        {
            "start": 971513598,
            "stop": 971513807
        },
        {
            "start": 971513840,
            "stop": 971513901
        },
        {
            "start": 971513904,
            "stop": 971513965
        },
        {
            "start": 971513968,
            "stop": 971513972
        },
        {
            "start": 971513975,
            "stop": 971514081
        },
        {
            "start": 971514084,
            "stop": 971514356
        },
        {
            "start": 971514359,
            "stop": 971514371
        },
        {
            "start": 971514373,
            "stop": 971514877
        },
        {
            "start": 971514880,
            "stop": 971514907
        },
        {
            "start": 971514908,
            "stop": 971515056
        },
        {
            "start": 971515059,
            "stop": 971515148
        },
        {
            "start": 971515151,
            "stop": 971515395
        },
        {
            "start": 971515398,
            "stop": 971515882
        },
        {
            "start": 971515885,
            "stop": 971516253
        },
        {
            "start": 971516256,
            "stop": 971516844
        }
    ]
}