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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=369",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=367",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 368,
    "results": [
        {
            "start": 934632159,
            "stop": 934632164
        },
        {
            "start": 934632166,
            "stop": 934632183
        },
        {
            "start": 934632185,
            "stop": 934632209
        },
        {
            "start": 934632211,
            "stop": 934632216
        },
        {
            "start": 934632218,
            "stop": 934632232
        },
        {
            "start": 934632236,
            "stop": 934635757
        },
        {
            "start": 934635760,
            "stop": 934635782
        },
        {
            "start": 934635785,
            "stop": 934635808
        },
        {
            "start": 934635811,
            "stop": 934635816
        },
        {
            "start": 934635819,
            "stop": 934635824
        },
        {
            "start": 934635826,
            "stop": 934635831
        },
        {
            "start": 934635836,
            "stop": 934637525
        },
        {
            "start": 934637527,
            "stop": 934637683
        },
        {
            "start": 934637685,
            "stop": 934637959
        },
        {
            "start": 934637961,
            "stop": 934638199
        },
        {
            "start": 934638202,
            "stop": 934638521
        },
        {
            "start": 934642338,
            "stop": 934642648
        },
        {
            "start": 934642650,
            "stop": 934642957
        },
        {
            "start": 934642959,
            "stop": 934642988
        },
        {
            "start": 934642992,
            "stop": 934643015
        }
    ]
}