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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=138",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=136",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 137,
    "results": [
        {
            "start": 821522532,
            "stop": 821522533
        },
        {
            "start": 821522536,
            "stop": 821522563
        },
        {
            "start": 821522570,
            "stop": 821522622
        },
        {
            "start": 821522628,
            "stop": 821522657
        },
        {
            "start": 821522660,
            "stop": 821522670
        },
        {
            "start": 821522673,
            "stop": 821522687
        },
        {
            "start": 821522691,
            "stop": 821522717
        },
        {
            "start": 821522720,
            "stop": 821522744
        },
        {
            "start": 821522747,
            "stop": 821522822
        },
        {
            "start": 821522826,
            "stop": 821522846
        },
        {
            "start": 821522849,
            "stop": 821522866
        },
        {
            "start": 821522872,
            "stop": 821522876
        },
        {
            "start": 821522879,
            "stop": 821522912
        },
        {
            "start": 821522915,
            "stop": 821522958
        },
        {
            "start": 821522963,
            "stop": 821522988
        },
        {
            "start": 821522991,
            "stop": 821523021
        },
        {
            "start": 821523024,
            "stop": 821523038
        },
        {
            "start": 821523044,
            "stop": 821523113
        },
        {
            "start": 821523116,
            "stop": 821523160
        },
        {
            "start": 821523163,
            "stop": 821523208
        }
    ]
}