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/H1_CBCHIGH_CAT3/segments?format=api&page=3697
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=3698",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3696",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3697,
    "results": [
        {
            "start": 873180369,
            "stop": 873183297
        },
        {
            "start": 873183314,
            "stop": 873183886
        },
        {
            "start": 873183903,
            "stop": 873184690
        },
        {
            "start": 873184707,
            "stop": 873186511
        },
        {
            "start": 873186528,
            "stop": 873189705
        },
        {
            "start": 873189722,
            "stop": 873191016
        },
        {
            "start": 873191033,
            "stop": 873191171
        },
        {
            "start": 873191188,
            "stop": 873191485
        },
        {
            "start": 873191502,
            "stop": 873193278
        },
        {
            "start": 873193295,
            "stop": 873193483
        },
        {
            "start": 873193500,
            "stop": 873194725
        },
        {
            "start": 873194743,
            "stop": 873194827
        },
        {
            "start": 873194844,
            "stop": 873197340
        },
        {
            "start": 873197357,
            "stop": 873197386
        },
        {
            "start": 873197409,
            "stop": 873197456
        },
        {
            "start": 873197498,
            "stop": 873198025
        },
        {
            "start": 873198042,
            "stop": 873198330
        },
        {
            "start": 873198347,
            "stop": 873198758
        },
        {
            "start": 873198776,
            "stop": 873200460
        },
        {
            "start": 873200478,
            "stop": 873200540
        }
    ]
}