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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7014",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7012",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7013,
    "results": [
        {
            "start": 873770298,
            "stop": 873770411
        },
        {
            "start": 873770412,
            "stop": 873770458
        },
        {
            "start": 873770459,
            "stop": 873770659
        },
        {
            "start": 873770660,
            "stop": 873770739
        },
        {
            "start": 873770741,
            "stop": 873770963
        },
        {
            "start": 873770965,
            "stop": 873771304
        },
        {
            "start": 873771305,
            "stop": 873771399
        },
        {
            "start": 873771400,
            "stop": 873771570
        },
        {
            "start": 873771572,
            "stop": 873771636
        },
        {
            "start": 873771637,
            "stop": 873771751
        },
        {
            "start": 873771752,
            "stop": 873771766
        },
        {
            "start": 873771768,
            "stop": 873771780
        },
        {
            "start": 873771781,
            "stop": 873772101
        },
        {
            "start": 873772102,
            "stop": 873772927
        },
        {
            "start": 873772928,
            "stop": 873773011
        },
        {
            "start": 873773012,
            "stop": 873773775
        },
        {
            "start": 873773776,
            "stop": 873773824
        },
        {
            "start": 873773826,
            "stop": 873774126
        },
        {
            "start": 873774127,
            "stop": 873774352
        },
        {
            "start": 873774354,
            "stop": 873774528
        }
    ]
}