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=3516
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=3517",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3515",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3516,
    "results": [
        {
            "start": 871404370,
            "stop": 871405324
        },
        {
            "start": 871405341,
            "stop": 871406137
        },
        {
            "start": 871406154,
            "stop": 871406400
        },
        {
            "start": 871406460,
            "stop": 871406469
        },
        {
            "start": 871406496,
            "stop": 871406640
        },
        {
            "start": 871406760,
            "stop": 871407540
        },
        {
            "start": 871407600,
            "stop": 871408040
        },
        {
            "start": 871408057,
            "stop": 871408500
        },
        {
            "start": 871408560,
            "stop": 871409298
        },
        {
            "start": 871410297,
            "stop": 871411773
        },
        {
            "start": 871411791,
            "stop": 871412040
        },
        {
            "start": 871412160,
            "stop": 871412220
        },
        {
            "start": 871412280,
            "stop": 871412384
        },
        {
            "start": 871412401,
            "stop": 871412541
        },
        {
            "start": 871412558,
            "stop": 871412822
        },
        {
            "start": 871412839,
            "stop": 871413397
        },
        {
            "start": 871413414,
            "stop": 871413446
        },
        {
            "start": 871413463,
            "stop": 871413919
        },
        {
            "start": 871413941,
            "stop": 871413960
        },
        {
            "start": 871414035,
            "stop": 871414080
        }
    ]
}