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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16650",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16648",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16649,
    "results": [
        {
            "start": 874828859,
            "stop": 874828860
        },
        {
            "start": 874828864,
            "stop": 874828871
        },
        {
            "start": 874828872,
            "stop": 874828898
        },
        {
            "start": 874828899,
            "stop": 874828909
        },
        {
            "start": 874828911,
            "stop": 874828927
        },
        {
            "start": 874828929,
            "stop": 874828937
        },
        {
            "start": 874828941,
            "stop": 874828943
        },
        {
            "start": 874828944,
            "stop": 874828947
        },
        {
            "start": 874828949,
            "stop": 874828967
        },
        {
            "start": 874828969,
            "stop": 874828979
        },
        {
            "start": 874828980,
            "stop": 874828981
        },
        {
            "start": 874828982,
            "stop": 874828988
        },
        {
            "start": 874828989,
            "stop": 874829040
        },
        {
            "start": 874829041,
            "stop": 874829065
        },
        {
            "start": 874829067,
            "stop": 874829081
        },
        {
            "start": 874829082,
            "stop": 874829102
        },
        {
            "start": 874829104,
            "stop": 874829117
        },
        {
            "start": 874829118,
            "stop": 874829123
        },
        {
            "start": 874829124,
            "stop": 874829150
        },
        {
            "start": 874829152,
            "stop": 874829183
        }
    ]
}