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_CAT2/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/S5/timelines/L1_BURST_CAT2/segments?format=api&page=144",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=142",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 143,
    "results": [
        {
            "start": 818075827,
            "stop": 818075829
        },
        {
            "start": 818075834,
            "stop": 818075836
        },
        {
            "start": 818075843,
            "stop": 818075850
        },
        {
            "start": 818075853,
            "stop": 818075854
        },
        {
            "start": 818075860,
            "stop": 818075861
        },
        {
            "start": 818075865,
            "stop": 818075868
        },
        {
            "start": 818075871,
            "stop": 818075873
        },
        {
            "start": 818075878,
            "stop": 818075881
        },
        {
            "start": 818075884,
            "stop": 818075888
        },
        {
            "start": 818075891,
            "stop": 818075893
        },
        {
            "start": 818075898,
            "stop": 818075910
        },
        {
            "start": 818075913,
            "stop": 818075914
        },
        {
            "start": 818075917,
            "stop": 818075918
        },
        {
            "start": 818075929,
            "stop": 818075931
        },
        {
            "start": 818075934,
            "stop": 818075945
        },
        {
            "start": 818075948,
            "stop": 818075949
        },
        {
            "start": 818075958,
            "stop": 818075965
        },
        {
            "start": 818075968,
            "stop": 818075983
        },
        {
            "start": 818075986,
            "stop": 818075987
        },
        {
            "start": 818076002,
            "stop": 818076004
        }
    ]
}