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=301
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=302",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=300",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 301,
    "results": [
        {
            "start": 822779986,
            "stop": 822780650
        },
        {
            "start": 822780730,
            "stop": 822781453
        },
        {
            "start": 822781460,
            "stop": 822781461
        },
        {
            "start": 822782446,
            "stop": 822783556
        },
        {
            "start": 822783563,
            "stop": 822784370
        },
        {
            "start": 822784377,
            "stop": 822785027
        },
        {
            "start": 822785035,
            "stop": 822785925
        },
        {
            "start": 822785932,
            "stop": 822786584
        },
        {
            "start": 822786765,
            "stop": 822787250
        },
        {
            "start": 822787330,
            "stop": 822787682
        },
        {
            "start": 822787689,
            "stop": 822788344
        },
        {
            "start": 822788351,
            "stop": 822789170
        },
        {
            "start": 822789310,
            "stop": 822789344
        },
        {
            "start": 822789525,
            "stop": 822789835
        },
        {
            "start": 822789843,
            "stop": 822790415
        },
        {
            "start": 822790422,
            "stop": 822790430
        },
        {
            "start": 822790510,
            "stop": 822790604
        },
        {
            "start": 822790785,
            "stop": 822790828
        },
        {
            "start": 822790835,
            "stop": 822790964
        },
        {
            "start": 822791205,
            "stop": 822792021
        }
    ]
}