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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1253",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1251",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1252,
    "results": [
        {
            "start": 957525215,
            "stop": 957525253
        },
        {
            "start": 957525255,
            "stop": 957525389
        },
        {
            "start": 957530142,
            "stop": 957530469
        },
        {
            "start": 957530471,
            "stop": 957532316
        },
        {
            "start": 957532318,
            "stop": 957535266
        },
        {
            "start": 957535272,
            "stop": 957535896
        },
        {
            "start": 957535898,
            "stop": 957538065
        },
        {
            "start": 957538066,
            "stop": 957538488
        },
        {
            "start": 957538489,
            "stop": 957538495
        },
        {
            "start": 957538727,
            "stop": 957540999
        },
        {
            "start": 957541001,
            "stop": 957542735
        },
        {
            "start": 957542737,
            "stop": 957547321
        },
        {
            "start": 957547323,
            "stop": 957547553
        },
        {
            "start": 957547555,
            "stop": 957548095
        },
        {
            "start": 957548097,
            "stop": 957552462
        },
        {
            "start": 957552464,
            "stop": 957554761
        },
        {
            "start": 957554767,
            "stop": 957555536
        },
        {
            "start": 957555538,
            "stop": 957558467
        },
        {
            "start": 957558469,
            "stop": 957558620
        },
        {
            "start": 957567771,
            "stop": 957569374
        }
    ]
}