Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4680
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4681",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4679",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4680,
    "results": [
        {
            "start": 874339209,
            "stop": 874339215
        },
        {
            "start": 874339234,
            "stop": 874339241
        },
        {
            "start": 874339270,
            "stop": 874339324
        },
        {
            "start": 874339473,
            "stop": 874339587
        },
        {
            "start": 874339611,
            "stop": 874339646
        },
        {
            "start": 874339668,
            "stop": 874339719
        },
        {
            "start": 874339738,
            "stop": 874339754
        },
        {
            "start": 874339779,
            "stop": 874339784
        },
        {
            "start": 874339817,
            "stop": 874339838
        },
        {
            "start": 874339857,
            "stop": 874339877
        },
        {
            "start": 874339902,
            "stop": 874339913
        },
        {
            "start": 874339933,
            "stop": 874339951
        },
        {
            "start": 874340018,
            "stop": 874340028
        },
        {
            "start": 874340049,
            "stop": 874340065
        },
        {
            "start": 874340099,
            "stop": 874340126
        },
        {
            "start": 874340162,
            "stop": 874340260
        },
        {
            "start": 874340284,
            "stop": 874340301
        },
        {
            "start": 874340377,
            "stop": 874340405
        },
        {
            "start": 874340451,
            "stop": 874340473
        },
        {
            "start": 874340503,
            "stop": 874340576
        }
    ]
}