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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=154",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 155,
    "results": [
        {
            "start": 819960034,
            "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
        },
        {
            "start": 819961618,
            "stop": 819961755
        },
        {
            "start": 819961758,
            "stop": 819962093
        },
        {
            "start": 819962096,
            "stop": 819962397
        },
        {
            "start": 819962400,
            "stop": 819962533
        },
        {
            "start": 819962537,
            "stop": 819962540
        },
        {
            "start": 819962543,
            "stop": 819962822
        },
        {
            "start": 819962825,
            "stop": 819962841
        },
        {
            "start": 819962844,
            "stop": 819962990
        },
        {
            "start": 819962994,
            "stop": 819962996
        }
    ]
}