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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5883",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5881",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5882,
    "results": [
        {
            "start": 874836414,
            "stop": 874836886
        },
        {
            "start": 874836889,
            "stop": 874837750
        },
        {
            "start": 874837753,
            "stop": 874837834
        },
        {
            "start": 874837837,
            "stop": 874838044
        },
        {
            "start": 874838047,
            "stop": 874838726
        },
        {
            "start": 874838729,
            "stop": 874839735
        },
        {
            "start": 874839738,
            "stop": 874841507
        },
        {
            "start": 874841510,
            "stop": 874842779
        },
        {
            "start": 874842782,
            "stop": 874844411
        },
        {
            "start": 874844414,
            "stop": 874844792
        },
        {
            "start": 874844795,
            "stop": 874845115
        },
        {
            "start": 874845118,
            "stop": 874845303
        },
        {
            "start": 874845307,
            "stop": 874846100
        },
        {
            "start": 874846971,
            "stop": 874847992
        },
        {
            "start": 874849999,
            "stop": 874851636
        },
        {
            "start": 874851639,
            "stop": 874853069
        },
        {
            "start": 874853072,
            "stop": 874853153
        },
        {
            "start": 874853156,
            "stop": 874853862
        },
        {
            "start": 874853865,
            "stop": 874853932
        },
        {
            "start": 874853936,
            "stop": 874853946
        }
    ]
}