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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=65",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=63",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 64,
    "results": [
        {
            "start": 819486166,
            "stop": 819486286
        },
        {
            "start": 819486593,
            "stop": 819486893
        },
        {
            "start": 819487148,
            "stop": 819487448
        },
        {
            "start": 819487602,
            "stop": 819487782
        },
        {
            "start": 819488097,
            "stop": 819488217
        },
        {
            "start": 819488365,
            "stop": 819488485
        },
        {
            "start": 819488645,
            "stop": 819488885
        },
        {
            "start": 819489553,
            "stop": 819489673
        },
        {
            "start": 819490356,
            "stop": 819490476
        },
        {
            "start": 819490773,
            "stop": 819490953
        },
        {
            "start": 819491101,
            "stop": 819491221
        },
        {
            "start": 819491681,
            "stop": 819491801
        },
        {
            "start": 819492306,
            "stop": 819492666
        },
        {
            "start": 819492852,
            "stop": 819492972
        },
        {
            "start": 819493577,
            "stop": 819493697
        },
        {
            "start": 819494093,
            "stop": 819494453
        },
        {
            "start": 819494809,
            "stop": 819494929
        },
        {
            "start": 819495789,
            "stop": 819495909
        },
        {
            "start": 819496576,
            "stop": 819496936
        },
        {
            "start": 819497199,
            "stop": 819497739
        }
    ]
}