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=61
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=62",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=60",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 61,
    "results": [
        {
            "start": 821084791,
            "stop": 821084805
        },
        {
            "start": 821084809,
            "stop": 821084824
        },
        {
            "start": 821084828,
            "stop": 821084834
        },
        {
            "start": 821084838,
            "stop": 821084874
        },
        {
            "start": 821084878,
            "stop": 821084903
        },
        {
            "start": 821084907,
            "stop": 821084927
        },
        {
            "start": 821084931,
            "stop": 821086235
        },
        {
            "start": 821086239,
            "stop": 821086336
        },
        {
            "start": 821086340,
            "stop": 821086783
        },
        {
            "start": 821086787,
            "stop": 821087583
        },
        {
            "start": 821087591,
            "stop": 821087614
        },
        {
            "start": 821087617,
            "stop": 821087895
        },
        {
            "start": 821087898,
            "stop": 821088073
        },
        {
            "start": 821088081,
            "stop": 821088559
        },
        {
            "start": 821088563,
            "stop": 821088578
        },
        {
            "start": 821088582,
            "stop": 821088594
        },
        {
            "start": 821088603,
            "stop": 821088773
        },
        {
            "start": 821088776,
            "stop": 821088816
        },
        {
            "start": 821088829,
            "stop": 821088925
        },
        {
            "start": 821088929,
            "stop": 821089016
        }
    ]
}