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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40736",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40734",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40735,
    "results": [
        {
            "start": 874965824,
            "stop": 874965832
        },
        {
            "start": 874965834,
            "stop": 874965854
        },
        {
            "start": 874965855,
            "stop": 874965865
        },
        {
            "start": 874965869,
            "stop": 874965874
        },
        {
            "start": 874965881,
            "stop": 874965882
        },
        {
            "start": 874965883,
            "stop": 874965890
        },
        {
            "start": 874965891,
            "stop": 874965897
        },
        {
            "start": 874965898,
            "stop": 874965911
        },
        {
            "start": 874965912,
            "stop": 874965914
        },
        {
            "start": 874965916,
            "stop": 874965930
        },
        {
            "start": 874965932,
            "stop": 874965934
        },
        {
            "start": 874965935,
            "stop": 874965939
        },
        {
            "start": 874965941,
            "stop": 874965964
        },
        {
            "start": 874965965,
            "stop": 874965967
        },
        {
            "start": 874965969,
            "stop": 874965976
        },
        {
            "start": 874965977,
            "stop": 874965982
        },
        {
            "start": 874965984,
            "stop": 874965985
        },
        {
            "start": 874965987,
            "stop": 874966000
        },
        {
            "start": 874966003,
            "stop": 874966018
        },
        {
            "start": 874966140,
            "stop": 874966161
        }
    ]
}