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=5289
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=5290",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5288",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5289,
    "results": [
        {
            "start": 970570366,
            "stop": 970570438
        },
        {
            "start": 970570459,
            "stop": 970570552
        },
        {
            "start": 970572115,
            "stop": 970572374
        },
        {
            "start": 970572377,
            "stop": 970572390
        },
        {
            "start": 970572393,
            "stop": 970573226
        },
        {
            "start": 970573982,
            "stop": 970574172
        },
        {
            "start": 970574175,
            "stop": 970574308
        },
        {
            "start": 970574311,
            "stop": 970574566
        },
        {
            "start": 970574569,
            "stop": 970575262
        },
        {
            "start": 970575265,
            "stop": 970575548
        },
        {
            "start": 970575551,
            "stop": 970575769
        },
        {
            "start": 970575772,
            "stop": 970575794
        },
        {
            "start": 970575797,
            "stop": 970575981
        },
        {
            "start": 970575984,
            "stop": 970576005
        },
        {
            "start": 970576008,
            "stop": 970576077
        },
        {
            "start": 970576080,
            "stop": 970576132
        },
        {
            "start": 970576136,
            "stop": 970576512
        },
        {
            "start": 970576515,
            "stop": 970576621
        },
        {
            "start": 970576624,
            "stop": 970576836
        },
        {
            "start": 970576839,
            "stop": 970576988
        }
    ]
}