Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6122
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6123",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6121",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6122,
    "results": [
        {
            "start": 874156392,
            "stop": 874156449
        },
        {
            "start": 874156450,
            "stop": 874156591
        },
        {
            "start": 874156592,
            "stop": 874156851
        },
        {
            "start": 874156855,
            "stop": 874156858
        },
        {
            "start": 874156861,
            "stop": 874156895
        },
        {
            "start": 874156898,
            "stop": 874156919
        },
        {
            "start": 874156922,
            "stop": 874156924
        },
        {
            "start": 874156928,
            "stop": 874156930
        },
        {
            "start": 874156936,
            "stop": 874156942
        },
        {
            "start": 874156943,
            "stop": 874156968
        },
        {
            "start": 874156971,
            "stop": 874156972
        },
        {
            "start": 874156973,
            "stop": 874156979
        },
        {
            "start": 874156985,
            "stop": 874156986
        },
        {
            "start": 874156989,
            "stop": 874157003
        },
        {
            "start": 874157006,
            "stop": 874157022
        },
        {
            "start": 874157023,
            "stop": 874157024
        },
        {
            "start": 874157029,
            "stop": 874157034
        },
        {
            "start": 874157040,
            "stop": 874157049
        },
        {
            "start": 874157050,
            "stop": 874157052
        },
        {
            "start": 874157057,
            "stop": 874157062
        }
    ]
}