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/H1_CBCHIGH_CAT3/segments?format=api&page=3748
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3749",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3747",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3748,
    "results": [
        {
            "start": 873880233,
            "stop": 873882316
        },
        {
            "start": 873882333,
            "stop": 873885242
        },
        {
            "start": 873885259,
            "stop": 873887911
        },
        {
            "start": 873887914,
            "stop": 873888126
        },
        {
            "start": 873888143,
            "stop": 873888756
        },
        {
            "start": 873888773,
            "stop": 873890979
        },
        {
            "start": 873890996,
            "stop": 873891621
        },
        {
            "start": 873891638,
            "stop": 873892903
        },
        {
            "start": 873892920,
            "stop": 873893365
        },
        {
            "start": 873893382,
            "stop": 873895978
        },
        {
            "start": 873895995,
            "stop": 873897044
        },
        {
            "start": 873897225,
            "stop": 873898507
        },
        {
            "start": 873898524,
            "stop": 873899357
        },
        {
            "start": 873899374,
            "stop": 873899443
        },
        {
            "start": 873899460,
            "stop": 873899819
        },
        {
            "start": 873899836,
            "stop": 873900253
        },
        {
            "start": 873900270,
            "stop": 873902406
        },
        {
            "start": 873902423,
            "stop": 873902623
        },
        {
            "start": 873902640,
            "stop": 873902836
        },
        {
            "start": 873902853,
            "stop": 873903617
        }
    ]
}