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=10222
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=10223",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10221",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10222,
    "results": [
        {
            "start": 874194113,
            "stop": 874194116
        },
        {
            "start": 874194197,
            "stop": 874194223
        },
        {
            "start": 874194259,
            "stop": 874194429
        },
        {
            "start": 874194437,
            "stop": 874194438
        },
        {
            "start": 874194474,
            "stop": 874195020
        },
        {
            "start": 874195027,
            "stop": 874196126
        },
        {
            "start": 874196246,
            "stop": 874197213
        },
        {
            "start": 874197221,
            "stop": 874198138
        },
        {
            "start": 874198145,
            "stop": 874200274
        },
        {
            "start": 874200282,
            "stop": 874200359
        },
        {
            "start": 874200366,
            "stop": 874200474
        },
        {
            "start": 874200482,
            "stop": 874200494
        },
        {
            "start": 874200502,
            "stop": 874200519
        },
        {
            "start": 874200526,
            "stop": 874201316
        },
        {
            "start": 874201323,
            "stop": 874201942
        },
        {
            "start": 874201978,
            "stop": 874203043
        },
        {
            "start": 874203060,
            "stop": 874203306
        },
        {
            "start": 874203317,
            "stop": 874203410
        },
        {
            "start": 874203446,
            "stop": 874204434
        },
        {
            "start": 874204554,
            "stop": 874205361
        }
    ]
}