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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=26",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 27,
    "results": [
        {
            "start": 1261894114,
            "stop": 1261894824
        },
        {
            "start": 1261894825,
            "stop": 1261894830
        },
        {
            "start": 1261894831,
            "stop": 1261994231
        },
        {
            "start": 1261994232,
            "stop": 1261995925
        },
        {
            "start": 1261995926,
            "stop": 1261998791
        },
        {
            "start": 1261998792,
            "stop": 1262002299
        },
        {
            "start": 1262002300,
            "stop": 1262010267
        },
        {
            "start": 1262010268,
            "stop": 1262013273
        },
        {
            "start": 1262013274,
            "stop": 1262015576
        },
        {
            "start": 1262015577,
            "stop": 1262018766
        },
        {
            "start": 1262018767,
            "stop": 1262020910
        },
        {
            "start": 1262020911,
            "stop": 1262021798
        },
        {
            "start": 1262021800,
            "stop": 1262021814
        },
        {
            "start": 1262021815,
            "stop": 1262022156
        },
        {
            "start": 1262022157,
            "stop": 1262022937
        },
        {
            "start": 1262022938,
            "stop": 1262024191
        },
        {
            "start": 1262024192,
            "stop": 1262026434
        },
        {
            "start": 1262026435,
            "stop": 1262031651
        },
        {
            "start": 1262031652,
            "stop": 1262032727
        },
        {
            "start": 1262032729,
            "stop": 1262032738
        }
    ]
}