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=9970
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=9971",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9969",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9970,
    "results": [
        {
            "start": 871919220,
            "stop": 871919246
        },
        {
            "start": 871920587,
            "stop": 871920620
        },
        {
            "start": 871920671,
            "stop": 871920749
        },
        {
            "start": 871920853,
            "stop": 871920943
        },
        {
            "start": 871920977,
            "stop": 871920982
        },
        {
            "start": 871921069,
            "stop": 871921078
        },
        {
            "start": 871921140,
            "stop": 871921210
        },
        {
            "start": 871921244,
            "stop": 871921684
        },
        {
            "start": 871921718,
            "stop": 871921950
        },
        {
            "start": 871923601,
            "stop": 871923780
        },
        {
            "start": 871923982,
            "stop": 871924142
        },
        {
            "start": 871924176,
            "stop": 871924180
        },
        {
            "start": 871924214,
            "stop": 871924227
        },
        {
            "start": 871924527,
            "stop": 871924620
        },
        {
            "start": 871924680,
            "stop": 871925160
        },
        {
            "start": 871925220,
            "stop": 871925409
        },
        {
            "start": 871925531,
            "stop": 871925580
        },
        {
            "start": 871925640,
            "stop": 871925692
        },
        {
            "start": 871926007,
            "stop": 871926120
        },
        {
            "start": 871926420,
            "stop": 871926453
        }
    ]
}