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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4612",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4610",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4611,
    "results": [
        {
            "start": 874195537,
            "stop": 874195603
        },
        {
            "start": 874195635,
            "stop": 874195674
        },
        {
            "start": 874195693,
            "stop": 874195761
        },
        {
            "start": 874195790,
            "stop": 874195792
        },
        {
            "start": 874195811,
            "stop": 874195828
        },
        {
            "start": 874195866,
            "stop": 874195869
        },
        {
            "start": 874195900,
            "stop": 874195917
        },
        {
            "start": 874196045,
            "stop": 874196080
        },
        {
            "start": 874196099,
            "stop": 874196153
        },
        {
            "start": 874196172,
            "stop": 874196196
        },
        {
            "start": 874196215,
            "stop": 874196238
        },
        {
            "start": 874196280,
            "stop": 874196332
        },
        {
            "start": 874196452,
            "stop": 874196480
        },
        {
            "start": 874196499,
            "stop": 874196541
        },
        {
            "start": 874196560,
            "stop": 874196618
        },
        {
            "start": 874196661,
            "stop": 874196666
        },
        {
            "start": 874196700,
            "stop": 874196716
        },
        {
            "start": 874196735,
            "stop": 874196820
        },
        {
            "start": 874196839,
            "stop": 874196896
        },
        {
            "start": 874196920,
            "stop": 874197000
        }
    ]
}