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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14325",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14323",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14324,
    "results": [
        {
            "start": 971252819,
            "stop": 971252829
        },
        {
            "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
        }
    ]
}