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=366
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=367",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=365",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 366,
    "results": [
        {
            "start": 872282956,
            "stop": 872282959
        },
        {
            "start": 872283832,
            "stop": 872284622
        },
        {
            "start": 872284766,
            "stop": 872287801
        },
        {
            "start": 872289672,
            "stop": 872325274
        },
        {
            "start": 872326125,
            "stop": 872343332
        },
        {
            "start": 872343877,
            "stop": 872344733
        },
        {
            "start": 872345458,
            "stop": 872346307
        },
        {
            "start": 872372360,
            "stop": 872372795
        },
        {
            "start": 872373244,
            "stop": 872375574
        },
        {
            "start": 872375774,
            "stop": 872403183
        },
        {
            "start": 872403184,
            "stop": 872410353
        },
        {
            "start": 872411684,
            "stop": 872423716
        },
        {
            "start": 872424889,
            "stop": 872427632
        },
        {
            "start": 872427690,
            "stop": 872427692
        },
        {
            "start": 872427700,
            "stop": 872431918
        },
        {
            "start": 872431994,
            "stop": 872434084
        },
        {
            "start": 872435279,
            "stop": 872435311
        },
        {
            "start": 872435504,
            "stop": 872436426
        },
        {
            "start": 872436833,
            "stop": 872446089
        },
        {
            "start": 872447639,
            "stop": 872448416
        }
    ]
}