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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4255",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4253",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4254,
    "results": [
        {
            "start": 874590849,
            "stop": 874590854
        },
        {
            "start": 874590873,
            "stop": 874590935
        },
        {
            "start": 874590954,
            "stop": 874591004
        },
        {
            "start": 874591023,
            "stop": 874591074
        },
        {
            "start": 874591094,
            "stop": 874591121
        },
        {
            "start": 874591140,
            "stop": 874591152
        },
        {
            "start": 874591172,
            "stop": 874591191
        },
        {
            "start": 874591398,
            "stop": 874591454
        },
        {
            "start": 874591473,
            "stop": 874591580
        },
        {
            "start": 874591599,
            "stop": 874591667
        },
        {
            "start": 874591690,
            "stop": 874591904
        },
        {
            "start": 874591927,
            "stop": 874591931
        },
        {
            "start": 874591987,
            "stop": 874592081
        },
        {
            "start": 874592107,
            "stop": 874592189
        },
        {
            "start": 874592209,
            "stop": 874592262
        },
        {
            "start": 874592281,
            "stop": 874592305
        },
        {
            "start": 874592324,
            "stop": 874592395
        },
        {
            "start": 874592414,
            "stop": 874592484
        },
        {
            "start": 874592503,
            "stop": 874592543
        },
        {
            "start": 874592566,
            "stop": 874592616
        }
    ]
}