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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14213",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14211",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14212,
    "results": [
        {
            "start": 971170962,
            "stop": 971170963
        },
        {
            "start": 971170970,
            "stop": 971170973
        },
        {
            "start": 971170974,
            "stop": 971170975
        },
        {
            "start": 971170977,
            "stop": 971170981
        },
        {
            "start": 971170986,
            "stop": 971170990
        },
        {
            "start": 971170993,
            "stop": 971170994
        },
        {
            "start": 971170996,
            "stop": 971170997
        },
        {
            "start": 971170999,
            "stop": 971171004
        },
        {
            "start": 971171008,
            "stop": 971171012
        },
        {
            "start": 971171014,
            "stop": 971171018
        },
        {
            "start": 971171020,
            "stop": 971171023
        },
        {
            "start": 971171026,
            "stop": 971171031
        },
        {
            "start": 971171032,
            "stop": 971171034
        },
        {
            "start": 971171035,
            "stop": 971171036
        },
        {
            "start": 971171038,
            "stop": 971171041
        },
        {
            "start": 971171046,
            "stop": 971171048
        },
        {
            "start": 971171049,
            "stop": 971171055
        },
        {
            "start": 971171056,
            "stop": 971171057
        },
        {
            "start": 971171058,
            "stop": 971171059
        },
        {
            "start": 971171068,
            "stop": 971171069
        }
    ]
}