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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=106",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=104",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 105,
    "results": [
        {
            "start": 825877984,
            "stop": 825878296
        },
        {
            "start": 825878300,
            "stop": 825878350
        },
        {
            "start": 825878353,
            "stop": 825878359
        },
        {
            "start": 825878373,
            "stop": 825878583
        },
        {
            "start": 825878587,
            "stop": 825878693
        },
        {
            "start": 825878697,
            "stop": 825878708
        },
        {
            "start": 825878712,
            "stop": 825878882
        },
        {
            "start": 825878886,
            "stop": 825879002
        },
        {
            "start": 825879006,
            "stop": 825879049
        },
        {
            "start": 825879053,
            "stop": 825879130
        },
        {
            "start": 825879139,
            "stop": 825880103
        },
        {
            "start": 825880107,
            "stop": 825880223
        },
        {
            "start": 825880236,
            "stop": 825880388
        },
        {
            "start": 825883313,
            "stop": 825883351
        },
        {
            "start": 825883363,
            "stop": 825883394
        },
        {
            "start": 825883412,
            "stop": 825883635
        },
        {
            "start": 825883639,
            "stop": 825883645
        },
        {
            "start": 825883649,
            "stop": 825883661
        },
        {
            "start": 825883665,
            "stop": 825883681
        },
        {
            "start": 825883685,
            "stop": 825883734
        }
    ]
}