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=14360
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=14361",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14359",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14360,
    "results": [
        {
            "start": 971399789,
            "stop": 971399792
        },
        {
            "start": 971399793,
            "stop": 971399796
        },
        {
            "start": 971399800,
            "stop": 971399817
        },
        {
            "start": 971399819,
            "stop": 971399822
        },
        {
            "start": 971399824,
            "stop": 971399842
        },
        {
            "start": 971399844,
            "stop": 971399848
        },
        {
            "start": 971399849,
            "stop": 971399866
        },
        {
            "start": 971399868,
            "stop": 971399876
        },
        {
            "start": 971399878,
            "stop": 971399895
        },
        {
            "start": 971399896,
            "stop": 971399913
        },
        {
            "start": 971399914,
            "stop": 971399940
        },
        {
            "start": 971399942,
            "stop": 971399963
        },
        {
            "start": 971399964,
            "stop": 971399968
        },
        {
            "start": 971399971,
            "stop": 971399998
        },
        {
            "start": 971400000,
            "stop": 971400003
        },
        {
            "start": 971400005,
            "stop": 971400007
        },
        {
            "start": 971400008,
            "stop": 971400022
        },
        {
            "start": 971400026,
            "stop": 971400037
        },
        {
            "start": 971400039,
            "stop": 971400050
        },
        {
            "start": 971400052,
            "stop": 971400059
        }
    ]
}