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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=335",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=333",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 334,
    "results": [
        {
            "start": 866076956,
            "stop": 866077131
        },
        {
            "start": 866077135,
            "stop": 866077962
        },
        {
            "start": 866077966,
            "stop": 866078333
        },
        {
            "start": 866084747,
            "stop": 866086240
        },
        {
            "start": 866088242,
            "stop": 866099423
        },
        {
            "start": 866100776,
            "stop": 866110334
        },
        {
            "start": 866114075,
            "stop": 866123112
        },
        {
            "start": 866124252,
            "stop": 866125751
        },
        {
            "start": 866133755,
            "stop": 866135307
        },
        {
            "start": 866138632,
            "stop": 866150376
        },
        {
            "start": 866153219,
            "stop": 866159734
        },
        {
            "start": 866162254,
            "stop": 866162787
        },
        {
            "start": 866163727,
            "stop": 866164136
        },
        {
            "start": 866174443,
            "stop": 866183523
        },
        {
            "start": 866184829,
            "stop": 866209916
        },
        {
            "start": 866211318,
            "stop": 866214758
        },
        {
            "start": 866231329,
            "stop": 866231521
        },
        {
            "start": 866235167,
            "stop": 866235970
        },
        {
            "start": 866247325,
            "stop": 866259320
        },
        {
            "start": 866260639,
            "stop": 866260826
        }
    ]
}