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=4984
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=4985",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=4983",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 4984,
    "results": [
        {
            "start": 874434967,
            "stop": 874435026
        },
        {
            "start": 874435045,
            "stop": 874435050
        },
        {
            "start": 874435072,
            "stop": 874435075
        },
        {
            "start": 874435094,
            "stop": 874435300
        },
        {
            "start": 874435320,
            "stop": 874435359
        },
        {
            "start": 874435384,
            "stop": 874435506
        },
        {
            "start": 874435526,
            "stop": 874435531
        },
        {
            "start": 874435550,
            "stop": 874435564
        },
        {
            "start": 874435583,
            "stop": 874435727
        },
        {
            "start": 874435747,
            "stop": 874435771
        },
        {
            "start": 874435791,
            "stop": 874435919
        },
        {
            "start": 874435938,
            "stop": 874435998
        },
        {
            "start": 874436017,
            "stop": 874436035
        },
        {
            "start": 874436054,
            "stop": 874436073
        },
        {
            "start": 874436092,
            "stop": 874436108
        },
        {
            "start": 874436127,
            "stop": 874436164
        },
        {
            "start": 874436184,
            "stop": 874436218
        },
        {
            "start": 874436237,
            "stop": 874436271
        },
        {
            "start": 874436291,
            "stop": 874436303
        },
        {
            "start": 874436369,
            "stop": 874436392
        }
    ]
}