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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3542",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3540",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3541,
    "results": [
        {
            "start": 871560301,
            "stop": 871560456
        },
        {
            "start": 871560479,
            "stop": 871560507
        },
        {
            "start": 871560542,
            "stop": 871560576
        },
        {
            "start": 871560608,
            "stop": 871562140
        },
        {
            "start": 871562172,
            "stop": 871563846
        },
        {
            "start": 871563868,
            "stop": 871564124
        },
        {
            "start": 871564305,
            "stop": 871565263
        },
        {
            "start": 871565280,
            "stop": 871565330
        },
        {
            "start": 871565358,
            "stop": 871565365
        },
        {
            "start": 871565392,
            "stop": 871565423
        },
        {
            "start": 871565440,
            "stop": 871565539
        },
        {
            "start": 871565563,
            "stop": 871565567
        },
        {
            "start": 871565588,
            "stop": 871565849
        },
        {
            "start": 871565866,
            "stop": 871565873
        },
        {
            "start": 871565936,
            "stop": 871566013
        },
        {
            "start": 871566031,
            "stop": 871566359
        },
        {
            "start": 871566371,
            "stop": 871566825
        },
        {
            "start": 871566860,
            "stop": 871566864
        },
        {
            "start": 871566882,
            "stop": 871566886
        },
        {
            "start": 871566906,
            "stop": 871566946
        }
    ]
}