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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9961",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9959",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9960,
    "results": [
        {
            "start": 871801200,
            "stop": 871801359
        },
        {
            "start": 871801376,
            "stop": 871803523
        },
        {
            "start": 871803540,
            "stop": 871804710
        },
        {
            "start": 871806535,
            "stop": 871806540
        },
        {
            "start": 871806600,
            "stop": 871807020
        },
        {
            "start": 871807080,
            "stop": 871807088
        },
        {
            "start": 871807335,
            "stop": 871808066
        },
        {
            "start": 871808083,
            "stop": 871808700
        },
        {
            "start": 871808760,
            "stop": 871809364
        },
        {
            "start": 871809381,
            "stop": 871810405
        },
        {
            "start": 871810422,
            "stop": 871812549
        },
        {
            "start": 871812566,
            "stop": 871814802
        },
        {
            "start": 871814819,
            "stop": 871816593
        },
        {
            "start": 871816600,
            "stop": 871816944
        },
        {
            "start": 871816961,
            "stop": 871819186
        },
        {
            "start": 871819203,
            "stop": 871819514
        },
        {
            "start": 871819559,
            "stop": 871819697
        },
        {
            "start": 871819733,
            "stop": 871819737
        },
        {
            "start": 871819773,
            "stop": 871820072
        },
        {
            "start": 871820108,
            "stop": 871820142
        }
    ]
}