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=2157
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=2158",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2156",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2157,
    "results": [
        {
            "start": 872344257,
            "stop": 872344468
        },
        {
            "start": 872344563,
            "stop": 872344575
        },
        {
            "start": 872344609,
            "stop": 872344618
        },
        {
            "start": 872344636,
            "stop": 872344644
        },
        {
            "start": 872344666,
            "stop": 872344688
        },
        {
            "start": 872344705,
            "stop": 872344725
        },
        {
            "start": 872345458,
            "stop": 872345465
        },
        {
            "start": 872345482,
            "stop": 872345569
        },
        {
            "start": 872345586,
            "stop": 872345587
        },
        {
            "start": 872345605,
            "stop": 872345724
        },
        {
            "start": 872345741,
            "stop": 872345780
        },
        {
            "start": 872345797,
            "stop": 872346042
        },
        {
            "start": 872346059,
            "stop": 872346186
        },
        {
            "start": 872346212,
            "stop": 872346297
        },
        {
            "start": 872372393,
            "stop": 872372406
        },
        {
            "start": 872372428,
            "stop": 872372429
        },
        {
            "start": 872372446,
            "stop": 872372460
        },
        {
            "start": 872372493,
            "stop": 872372523
        },
        {
            "start": 872372540,
            "stop": 872372652
        },
        {
            "start": 872372671,
            "stop": 872372703
        }
    ]
}