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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=154",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=152",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 153,
    "results": [
        {
            "start": 932854290,
            "stop": 932854320
        },
        {
            "start": 932854347,
            "stop": 932854410
        },
        {
            "start": 932854429,
            "stop": 932854455
        },
        {
            "start": 932854484,
            "stop": 932854528
        },
        {
            "start": 932854539,
            "stop": 932854555
        },
        {
            "start": 932854565,
            "stop": 932854598
        },
        {
            "start": 932854603,
            "stop": 932854606
        },
        {
            "start": 932854611,
            "stop": 932854623
        },
        {
            "start": 932854628,
            "stop": 932854689
        },
        {
            "start": 932854773,
            "stop": 932854859
        },
        {
            "start": 932854892,
            "stop": 932854912
        },
        {
            "start": 932854917,
            "stop": 932854919
        },
        {
            "start": 932854924,
            "stop": 932854938
        },
        {
            "start": 932854939,
            "stop": 932854941
        },
        {
            "start": 932855016,
            "stop": 932855127
        },
        {
            "start": 932855166,
            "stop": 932855257
        },
        {
            "start": 932855279,
            "stop": 932855322
        },
        {
            "start": 932855351,
            "stop": 932855353
        },
        {
            "start": 932855394,
            "stop": 932855407
        },
        {
            "start": 932855431,
            "stop": 932855434
        }
    ]
}