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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=5",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 6,
    "results": [
        {
            "start": 816852661,
            "stop": 816856812
        },
        {
            "start": 816858141,
            "stop": 816864072
        },
        {
            "start": 816908980,
            "stop": 816913365
        },
        {
            "start": 816914496,
            "stop": 816916268
        },
        {
            "start": 816917124,
            "stop": 816918973
        },
        {
            "start": 816920674,
            "stop": 816922321
        },
        {
            "start": 816922322,
            "stop": 816925639
        },
        {
            "start": 816925642,
            "stop": 816956867
        },
        {
            "start": 816956869,
            "stop": 816966220
        },
        {
            "start": 816966223,
            "stop": 816966407
        },
        {
            "start": 816971577,
            "stop": 816980593
        },
        {
            "start": 816981203,
            "stop": 816984781
        },
        {
            "start": 816984785,
            "stop": 816991001
        },
        {
            "start": 816991005,
            "stop": 816992064
        },
        {
            "start": 816992067,
            "stop": 816998991
        },
        {
            "start": 816998993,
            "stop": 817004796
        },
        {
            "start": 817005314,
            "stop": 817013479
        },
        {
            "start": 817013482,
            "stop": 817027257
        },
        {
            "start": 817030102,
            "stop": 817031621
        },
        {
            "start": 817031625,
            "stop": 817034113
        }
    ]
}