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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=111",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=109",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 110,
    "results": [
        {
            "start": 825436110,
            "stop": 825436135
        },
        {
            "start": 825436140,
            "stop": 825436901
        },
        {
            "start": 825437201,
            "stop": 825437422
        },
        {
            "start": 825437788,
            "stop": 825437912
        },
        {
            "start": 825438022,
            "stop": 825441494
        },
        {
            "start": 825441794,
            "stop": 825441984
        },
        {
            "start": 825443193,
            "stop": 825448424
        },
        {
            "start": 825448556,
            "stop": 825448573
        },
        {
            "start": 825448873,
            "stop": 825450792
        },
        {
            "start": 825450886,
            "stop": 825456237
        },
        {
            "start": 825456503,
            "stop": 825458938
        },
        {
            "start": 825468294,
            "stop": 825470267
        },
        {
            "start": 825470269,
            "stop": 825470270
        },
        {
            "start": 825470273,
            "stop": 825470306
        },
        {
            "start": 825470308,
            "stop": 825470309
        },
        {
            "start": 825470312,
            "stop": 825470394
        },
        {
            "start": 825470395,
            "stop": 825473632
        },
        {
            "start": 825473736,
            "stop": 825476190
        },
        {
            "start": 825476193,
            "stop": 825477360
        },
        {
            "start": 825477362,
            "stop": 825477391
        }
    ]
}