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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=757",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=755",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 756,
    "results": [
        {
            "start": 956027530,
            "stop": 956057475
        },
        {
            "start": 956060793,
            "stop": 956063830
        },
        {
            "start": 956065660,
            "stop": 956068847
        },
        {
            "start": 956070077,
            "stop": 956077753
        },
        {
            "start": 956077759,
            "stop": 956084030
        },
        {
            "start": 956088341,
            "stop": 956093947
        },
        {
            "start": 956095157,
            "stop": 956096548
        },
        {
            "start": 956099298,
            "stop": 956106995
        },
        {
            "start": 956109662,
            "stop": 956113576
        },
        {
            "start": 956114049,
            "stop": 956119619
        },
        {
            "start": 956121589,
            "stop": 956126161
        },
        {
            "start": 956126167,
            "stop": 956131671
        },
        {
            "start": 956131677,
            "stop": 956133164
        },
        {
            "start": 956133853,
            "stop": 956133926
        },
        {
            "start": 956135981,
            "stop": 956140033
        },
        {
            "start": 956140038,
            "stop": 956140098
        },
        {
            "start": 956140104,
            "stop": 956143493
        },
        {
            "start": 956145411,
            "stop": 956150025
        },
        {
            "start": 956192053,
            "stop": 956195804
        },
        {
            "start": 956196030,
            "stop": 956222064
        }
    ]
}