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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=130",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=128",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 129,
    "results": [
        {
            "start": 818418320,
            "stop": 818418712
        },
        {
            "start": 818418729,
            "stop": 818419750
        },
        {
            "start": 818419751,
            "stop": 818419837
        },
        {
            "start": 818419854,
            "stop": 818421190
        },
        {
            "start": 818421207,
            "stop": 818422765
        },
        {
            "start": 818422769,
            "stop": 818425997
        },
        {
            "start": 818426015,
            "stop": 818426251
        },
        {
            "start": 818427319,
            "stop": 818427368
        },
        {
            "start": 818428047,
            "stop": 818430709
        },
        {
            "start": 818430713,
            "stop": 818438970
        },
        {
            "start": 818439424,
            "stop": 818439519
        },
        {
            "start": 818439839,
            "stop": 818439867
        },
        {
            "start": 818441029,
            "stop": 818441897
        },
        {
            "start": 818443226,
            "stop": 818443501
        },
        {
            "start": 818444662,
            "stop": 818444667
        },
        {
            "start": 818444987,
            "stop": 818445298
        },
        {
            "start": 818445698,
            "stop": 818446020
        },
        {
            "start": 818446947,
            "stop": 818449945
        },
        {
            "start": 818449962,
            "stop": 818449982
        },
        {
            "start": 818449999,
            "stop": 818450264
        }
    ]
}