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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4830",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4828",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4829,
    "results": [
        {
            "start": 971178647,
            "stop": 971179163
        },
        {
            "start": 971179166,
            "stop": 971179874
        },
        {
            "start": 971179877,
            "stop": 971181375
        },
        {
            "start": 971181378,
            "stop": 971181380
        },
        {
            "start": 971181383,
            "stop": 971181699
        },
        {
            "start": 971181703,
            "stop": 971181731
        },
        {
            "start": 971181734,
            "stop": 971181986
        },
        {
            "start": 971181991,
            "stop": 971182066
        },
        {
            "start": 971182069,
            "stop": 971182078
        },
        {
            "start": 971182081,
            "stop": 971182091
        },
        {
            "start": 971182094,
            "stop": 971182105
        },
        {
            "start": 971183474,
            "stop": 971183756
        },
        {
            "start": 971183759,
            "stop": 971184121
        },
        {
            "start": 971184124,
            "stop": 971184288
        },
        {
            "start": 971184291,
            "stop": 971184815
        },
        {
            "start": 971184819,
            "stop": 971184987
        },
        {
            "start": 971184990,
            "stop": 971185041
        },
        {
            "start": 971185044,
            "stop": 971185212
        },
        {
            "start": 971185215,
            "stop": 971185216
        },
        {
            "start": 971185219,
            "stop": 971185236
        }
    ]
}