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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2305",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2303",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2304,
    "results": [
        {
            "start": 874044827,
            "stop": 874044847
        },
        {
            "start": 874044866,
            "stop": 874044874
        },
        {
            "start": 874044893,
            "stop": 874044962
        },
        {
            "start": 874044988,
            "stop": 874045124
        },
        {
            "start": 874045143,
            "stop": 874045359
        },
        {
            "start": 874045379,
            "stop": 874045408
        },
        {
            "start": 874045428,
            "stop": 874045515
        },
        {
            "start": 874045534,
            "stop": 874045916
        },
        {
            "start": 874045936,
            "stop": 874045968
        },
        {
            "start": 874045988,
            "stop": 874046560
        },
        {
            "start": 874046579,
            "stop": 874047175
        },
        {
            "start": 874047194,
            "stop": 874047247
        },
        {
            "start": 874047300,
            "stop": 874047310
        },
        {
            "start": 874047376,
            "stop": 874047388
        },
        {
            "start": 874047407,
            "stop": 874047533
        },
        {
            "start": 874047552,
            "stop": 874047718
        },
        {
            "start": 874047737,
            "stop": 874047839
        },
        {
            "start": 874047866,
            "stop": 874048249
        },
        {
            "start": 874048274,
            "stop": 874048403
        },
        {
            "start": 874048422,
            "stop": 874048461
        }
    ]
}