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/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5829
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=5830",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5828",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5829,
    "results": [
        {
            "start": 874718564,
            "stop": 874718596
        },
        {
            "start": 874718600,
            "stop": 874718684
        },
        {
            "start": 874718688,
            "stop": 874718694
        },
        {
            "start": 874718698,
            "stop": 874718750
        },
        {
            "start": 874718753,
            "stop": 874718843
        },
        {
            "start": 874718846,
            "stop": 874718853
        },
        {
            "start": 874718856,
            "stop": 874718943
        },
        {
            "start": 874718946,
            "stop": 874719012
        },
        {
            "start": 874719015,
            "stop": 874719016
        },
        {
            "start": 874719020,
            "stop": 874719041
        },
        {
            "start": 874719045,
            "stop": 874719074
        },
        {
            "start": 874719077,
            "stop": 874719093
        },
        {
            "start": 874719096,
            "stop": 874719101
        },
        {
            "start": 874719104,
            "stop": 874719151
        },
        {
            "start": 874719154,
            "stop": 874719156
        },
        {
            "start": 874719159,
            "stop": 874719175
        },
        {
            "start": 874719178,
            "stop": 874719203
        },
        {
            "start": 874719206,
            "stop": 874719211
        },
        {
            "start": 874719215,
            "stop": 874719216
        },
        {
            "start": 874719220,
            "stop": 874719263
        }
    ]
}