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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29351",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29349",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29350,
    "results": [
        {
            "start": 971252832,
            "stop": 971252850
        },
        {
            "start": 971252854,
            "stop": 971252855
        },
        {
            "start": 971252856,
            "stop": 971252857
        },
        {
            "start": 971252858,
            "stop": 971252914
        },
        {
            "start": 971252915,
            "stop": 971252920
        },
        {
            "start": 971252921,
            "stop": 971252929
        },
        {
            "start": 971252932,
            "stop": 971252937
        },
        {
            "start": 971252938,
            "stop": 971252940
        },
        {
            "start": 971252942,
            "stop": 971252949
        },
        {
            "start": 971252950,
            "stop": 971252964
        },
        {
            "start": 971252966,
            "stop": 971252976
        },
        {
            "start": 971252977,
            "stop": 971252985
        },
        {
            "start": 971252988,
            "stop": 971252994
        },
        {
            "start": 971252996,
            "stop": 971252997
        },
        {
            "start": 971252999,
            "stop": 971253003
        },
        {
            "start": 971255079,
            "stop": 971255213
        },
        {
            "start": 971255214,
            "stop": 971255228
        },
        {
            "start": 971255231,
            "stop": 971255282
        },
        {
            "start": 971255284,
            "stop": 971255289
        },
        {
            "start": 971255290,
            "stop": 971255292
        }
    ]
}