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=4652
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=4653",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4651",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4652,
    "results": [
        {
            "start": 874271902,
            "stop": 874271911
        },
        {
            "start": 874271931,
            "stop": 874271943
        },
        {
            "start": 874271965,
            "stop": 874272060
        },
        {
            "start": 874272079,
            "stop": 874272124
        },
        {
            "start": 874272144,
            "stop": 874272155
        },
        {
            "start": 874272174,
            "stop": 874272175
        },
        {
            "start": 874272300,
            "stop": 874272301
        },
        {
            "start": 874272320,
            "stop": 874272323
        },
        {
            "start": 874272364,
            "stop": 874272385
        },
        {
            "start": 874272405,
            "stop": 874272407
        },
        {
            "start": 874272444,
            "stop": 874272475
        },
        {
            "start": 874272502,
            "stop": 874272510
        },
        {
            "start": 874272547,
            "stop": 874272588
        },
        {
            "start": 874272608,
            "stop": 874272614
        },
        {
            "start": 874272638,
            "stop": 874272658
        },
        {
            "start": 874272677,
            "stop": 874272680
        },
        {
            "start": 874272715,
            "stop": 874272726
        },
        {
            "start": 874273922,
            "stop": 874274872
        },
        {
            "start": 874274992,
            "stop": 874275240
        },
        {
            "start": 874275300,
            "stop": 874275315
        }
    ]
}