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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10208",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10206",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10207,
    "results": [
        {
            "start": 874043857,
            "stop": 874043861
        },
        {
            "start": 874043903,
            "stop": 874044503
        },
        {
            "start": 874044557,
            "stop": 874044602
        },
        {
            "start": 874044700,
            "stop": 874044720
        },
        {
            "start": 874044756,
            "stop": 874044808
        },
        {
            "start": 874044844,
            "stop": 874044847
        },
        {
            "start": 874044910,
            "stop": 874044962
        },
        {
            "start": 874045005,
            "stop": 874045124
        },
        {
            "start": 874045160,
            "stop": 874045359
        },
        {
            "start": 874045396,
            "stop": 874045408
        },
        {
            "start": 874045445,
            "stop": 874045465
        },
        {
            "start": 874045482,
            "stop": 874045515
        },
        {
            "start": 874045551,
            "stop": 874045916
        },
        {
            "start": 874046040,
            "stop": 874046100
        },
        {
            "start": 874046880,
            "stop": 874046940
        },
        {
            "start": 874047504,
            "stop": 874047533
        },
        {
            "start": 874047569,
            "stop": 874047608
        },
        {
            "start": 874047780,
            "stop": 874047839
        },
        {
            "start": 874047883,
            "stop": 874048132
        },
        {
            "start": 874048149,
            "stop": 874048249
        }
    ]
}