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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7106",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7104",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7105,
    "results": [
        {
            "start": 874640937,
            "stop": 874640943
        },
        {
            "start": 874640953,
            "stop": 874641897
        },
        {
            "start": 874641900,
            "stop": 874642231
        },
        {
            "start": 874642237,
            "stop": 874642283
        },
        {
            "start": 874642286,
            "stop": 874644749
        },
        {
            "start": 874644752,
            "stop": 874644756
        },
        {
            "start": 874644762,
            "stop": 874645736
        },
        {
            "start": 874645740,
            "stop": 874645786
        },
        {
            "start": 874645789,
            "stop": 874646207
        },
        {
            "start": 874646210,
            "stop": 874646215
        },
        {
            "start": 874646219,
            "stop": 874646221
        },
        {
            "start": 874646224,
            "stop": 874646617
        },
        {
            "start": 874646620,
            "stop": 874646945
        },
        {
            "start": 874646951,
            "stop": 874647099
        },
        {
            "start": 874647103,
            "stop": 874647131
        },
        {
            "start": 874647134,
            "stop": 874647293
        },
        {
            "start": 874647296,
            "stop": 874647306
        },
        {
            "start": 874647311,
            "stop": 874647314
        },
        {
            "start": 874647318,
            "stop": 874647323
        },
        {
            "start": 874647326,
            "stop": 874647333
        }
    ]
}