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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=170",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=168",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 169,
    "results": [
        {
            "start": 819958898,
            "stop": 819958901
        },
        {
            "start": 819958904,
            "stop": 819959034
        },
        {
            "start": 819959037,
            "stop": 819959234
        },
        {
            "start": 819959237,
            "stop": 819959252
        },
        {
            "start": 819959255,
            "stop": 819959328
        },
        {
            "start": 819959332,
            "stop": 819959335
        },
        {
            "start": 819959339,
            "stop": 819959982
        },
        {
            "start": 819959985,
            "stop": 819960030
        },
        {
            "start": 819960034,
            "stop": 819960102
        },
        {
            "start": 819960119,
            "stop": 819960304
        },
        {
            "start": 819960307,
            "stop": 819960535
        },
        {
            "start": 819960539,
            "stop": 819960661
        },
        {
            "start": 819960664,
            "stop": 819960712
        },
        {
            "start": 819960716,
            "stop": 819960865
        },
        {
            "start": 819960869,
            "stop": 819961023
        },
        {
            "start": 819961026,
            "stop": 819961357
        },
        {
            "start": 819961360,
            "stop": 819961542
        },
        {
            "start": 819961545,
            "stop": 819961548
        },
        {
            "start": 819961552,
            "stop": 819961597
        },
        {
            "start": 819961601,
            "stop": 819961614
        }
    ]
}