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_DATA/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_DATA/segments?format=api&page=62",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=60",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 61,
    "results": [
        {
            "start": 832684426,
            "stop": 832688384
        },
        {
            "start": 832689169,
            "stop": 832690173
        },
        {
            "start": 832690878,
            "stop": 832698921
        },
        {
            "start": 832701217,
            "stop": 832702390
        },
        {
            "start": 832703030,
            "stop": 832706567
        },
        {
            "start": 832707216,
            "stop": 832714003
        },
        {
            "start": 832715036,
            "stop": 832716691
        },
        {
            "start": 832717254,
            "stop": 832718883
        },
        {
            "start": 832719982,
            "stop": 832720420
        },
        {
            "start": 832720539,
            "stop": 832772784
        },
        {
            "start": 832774035,
            "stop": 832801963
        },
        {
            "start": 832803849,
            "stop": 832821942
        },
        {
            "start": 832823213,
            "stop": 832823333
        },
        {
            "start": 832824326,
            "stop": 832853040
        },
        {
            "start": 832855777,
            "stop": 832858431
        },
        {
            "start": 832859352,
            "stop": 832860508
        },
        {
            "start": 832861690,
            "stop": 832865503
        },
        {
            "start": 832866437,
            "stop": 832882980
        },
        {
            "start": 832883900,
            "stop": 832940011
        },
        {
            "start": 832943096,
            "stop": 832954162
        }
    ]
}