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=73
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=74",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=72",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 73,
    "results": [
        {
            "start": 822424569,
            "stop": 822424603
        },
        {
            "start": 822424607,
            "stop": 822424628
        },
        {
            "start": 822424637,
            "stop": 822424686
        },
        {
            "start": 822424690,
            "stop": 822424709
        },
        {
            "start": 822424713,
            "stop": 822424743
        },
        {
            "start": 822424747,
            "stop": 822424752
        },
        {
            "start": 822424761,
            "stop": 822424781
        },
        {
            "start": 822425370,
            "stop": 822425583
        },
        {
            "start": 822425587,
            "stop": 822426074
        },
        {
            "start": 822426078,
            "stop": 822426084
        },
        {
            "start": 822426088,
            "stop": 822426248
        },
        {
            "start": 822426252,
            "stop": 822426937
        },
        {
            "start": 822426940,
            "stop": 822427187
        },
        {
            "start": 822427191,
            "stop": 822427297
        },
        {
            "start": 822427301,
            "stop": 822427333
        },
        {
            "start": 822427806,
            "stop": 822427867
        },
        {
            "start": 822428636,
            "stop": 822446750
        },
        {
            "start": 822446848,
            "stop": 822447062
        },
        {
            "start": 822447142,
            "stop": 822459674
        },
        {
            "start": 822459678,
            "stop": 822459845
        }
    ]
}