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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=171",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=169",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 170,
    "results": [
        {
            "start": 820425095,
            "stop": 820425350
        },
        {
            "start": 820425357,
            "stop": 820425787
        },
        {
            "start": 820425794,
            "stop": 820426153
        },
        {
            "start": 820426161,
            "stop": 820426168
        },
        {
            "start": 820426175,
            "stop": 820426201
        },
        {
            "start": 820426208,
            "stop": 820426294
        },
        {
            "start": 820426321,
            "stop": 820426635
        },
        {
            "start": 820426643,
            "stop": 820426782
        },
        {
            "start": 820426796,
            "stop": 820426919
        },
        {
            "start": 820426927,
            "stop": 820427072
        },
        {
            "start": 820427086,
            "stop": 820427204
        },
        {
            "start": 820427211,
            "stop": 820427416
        },
        {
            "start": 820427430,
            "stop": 820427865
        },
        {
            "start": 820427872,
            "stop": 820427995
        },
        {
            "start": 820428003,
            "stop": 820428020
        },
        {
            "start": 820428028,
            "stop": 820428628
        },
        {
            "start": 820428635,
            "stop": 820428728
        },
        {
            "start": 820428736,
            "stop": 820428962
        },
        {
            "start": 820428970,
            "stop": 820429620
        },
        {
            "start": 820429627,
            "stop": 820429696
        }
    ]
}