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=17
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=18",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=16",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 17,
    "results": [
        {
            "start": 818955747,
            "stop": 818957953
        },
        {
            "start": 818957983,
            "stop": 818957986
        },
        {
            "start": 818958932,
            "stop": 818963160
        },
        {
            "start": 818963212,
            "stop": 818984413
        },
        {
            "start": 818984432,
            "stop": 818984433
        },
        {
            "start": 818984634,
            "stop": 818986813
        },
        {
            "start": 818986859,
            "stop": 818986862
        },
        {
            "start": 818987293,
            "stop": 818992488
        },
        {
            "start": 818999340,
            "stop": 818999580
        },
        {
            "start": 819000124,
            "stop": 819000166
        },
        {
            "start": 819000167,
            "stop": 819003657
        },
        {
            "start": 819004251,
            "stop": 819007873
        },
        {
            "start": 819007894,
            "stop": 819007896
        },
        {
            "start": 819008069,
            "stop": 819009136
        },
        {
            "start": 819009184,
            "stop": 819012989
        },
        {
            "start": 819013030,
            "stop": 819013031
        },
        {
            "start": 819014070,
            "stop": 819019993
        },
        {
            "start": 819020069,
            "stop": 819030306
        },
        {
            "start": 819031354,
            "stop": 819035473
        },
        {
            "start": 819035492,
            "stop": 819035495
        }
    ]
}