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=4663
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=4664",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=4662",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 4663,
    "results": [
        {
            "start": 874294439,
            "stop": 874294443
        },
        {
            "start": 874294463,
            "stop": 874294480
        },
        {
            "start": 874294499,
            "stop": 874294526
        },
        {
            "start": 874294545,
            "stop": 874294549
        },
        {
            "start": 874294568,
            "stop": 874294573
        },
        {
            "start": 874294594,
            "stop": 874294663
        },
        {
            "start": 874294682,
            "stop": 874294725
        },
        {
            "start": 874294745,
            "stop": 874294753
        },
        {
            "start": 874294773,
            "stop": 874294849
        },
        {
            "start": 874294868,
            "stop": 874294883
        },
        {
            "start": 874294902,
            "stop": 874294911
        },
        {
            "start": 874294987,
            "stop": 874294994
        },
        {
            "start": 874295024,
            "stop": 874295055
        },
        {
            "start": 874295130,
            "stop": 874295198
        },
        {
            "start": 874295318,
            "stop": 874295340
        },
        {
            "start": 874295360,
            "stop": 874295480
        },
        {
            "start": 874295515,
            "stop": 874295598
        },
        {
            "start": 874295618,
            "stop": 874295635
        },
        {
            "start": 874295654,
            "stop": 874295693
        },
        {
            "start": 874295761,
            "stop": 874295801
        }
    ]
}