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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=284",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=282",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 283,
    "results": [
        {
            "start": 821111696,
            "stop": 821111801
        },
        {
            "start": 821111804,
            "stop": 821113302
        },
        {
            "start": 821134617,
            "stop": 821135528
        },
        {
            "start": 821135535,
            "stop": 821136855
        },
        {
            "start": 821137029,
            "stop": 821137555
        },
        {
            "start": 821137562,
            "stop": 821139164
        },
        {
            "start": 821139345,
            "stop": 821139662
        },
        {
            "start": 821139669,
            "stop": 821141743
        },
        {
            "start": 821141751,
            "stop": 821142062
        },
        {
            "start": 821142069,
            "stop": 821142221
        },
        {
            "start": 821142228,
            "stop": 821142411
        },
        {
            "start": 821142418,
            "stop": 821142499
        },
        {
            "start": 821142506,
            "stop": 821142846
        },
        {
            "start": 821142853,
            "stop": 821142959
        },
        {
            "start": 821142966,
            "stop": 821143311
        },
        {
            "start": 821143319,
            "stop": 821144082
        },
        {
            "start": 821144089,
            "stop": 821144770
        },
        {
            "start": 821144773,
            "stop": 821145131
        },
        {
            "start": 821145139,
            "stop": 821145486
        },
        {
            "start": 821145493,
            "stop": 821145512
        }
    ]
}