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=45
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=46",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=44",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 45,
    "results": [
        {
            "start": 821039255,
            "stop": 821039340
        },
        {
            "start": 821039350,
            "stop": 821039361
        },
        {
            "start": 821039370,
            "stop": 821039743
        },
        {
            "start": 821039760,
            "stop": 821039766
        },
        {
            "start": 821039774,
            "stop": 821039796
        },
        {
            "start": 821039800,
            "stop": 821039809
        },
        {
            "start": 821039850,
            "stop": 821039856
        },
        {
            "start": 821039860,
            "stop": 821039875
        },
        {
            "start": 821039879,
            "stop": 821039890
        },
        {
            "start": 821039913,
            "stop": 821039918
        },
        {
            "start": 821039931,
            "stop": 821039947
        },
        {
            "start": 821040000,
            "stop": 821040006
        },
        {
            "start": 821040020,
            "stop": 821040031
        },
        {
            "start": 821040035,
            "stop": 821040040
        },
        {
            "start": 821040044,
            "stop": 821040064
        },
        {
            "start": 821040068,
            "stop": 821040083
        },
        {
            "start": 821040087,
            "stop": 821040170
        },
        {
            "start": 821040174,
            "stop": 821040223
        },
        {
            "start": 821040227,
            "stop": 821040305
        },
        {
            "start": 821040309,
            "stop": 821040566
        }
    ]
}