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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=144",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=142",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 143,
    "results": [
        {
            "start": 1239195358,
            "stop": 1239195507
        },
        {
            "start": 1239195511,
            "stop": 1239195816
        },
        {
            "start": 1239195824,
            "stop": 1239195837
        },
        {
            "start": 1239195840,
            "stop": 1239196034
        },
        {
            "start": 1239196039,
            "stop": 1239196066
        },
        {
            "start": 1239196074,
            "stop": 1239196216
        },
        {
            "start": 1239196221,
            "stop": 1239196321
        },
        {
            "start": 1239196325,
            "stop": 1239196540
        },
        {
            "start": 1239196543,
            "stop": 1239196695
        },
        {
            "start": 1239196699,
            "stop": 1239196884
        },
        {
            "start": 1239196889,
            "stop": 1239196911
        },
        {
            "start": 1239196916,
            "stop": 1239197249
        },
        {
            "start": 1239197253,
            "stop": 1239197428
        },
        {
            "start": 1239197433,
            "stop": 1239197719
        },
        {
            "start": 1239197723,
            "stop": 1239197834
        },
        {
            "start": 1239197839,
            "stop": 1239198411
        },
        {
            "start": 1239198415,
            "stop": 1239198499
        },
        {
            "start": 1239198506,
            "stop": 1239199004
        },
        {
            "start": 1239199009,
            "stop": 1239199126
        },
        {
            "start": 1239199131,
            "stop": 1239199165
        }
    ]
}