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=5623
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=5624",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5622",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5623,
    "results": [
        {
            "start": 874465377,
            "stop": 874465398
        },
        {
            "start": 874465402,
            "stop": 874465562
        },
        {
            "start": 874465565,
            "stop": 874465746
        },
        {
            "start": 874465749,
            "stop": 874465812
        },
        {
            "start": 874465815,
            "stop": 874466127
        },
        {
            "start": 874466131,
            "stop": 874466373
        },
        {
            "start": 874466376,
            "stop": 874466613
        },
        {
            "start": 874466617,
            "stop": 874466802
        },
        {
            "start": 874466805,
            "stop": 874467275
        },
        {
            "start": 874467279,
            "stop": 874467577
        },
        {
            "start": 874467580,
            "stop": 874467609
        },
        {
            "start": 874467612,
            "stop": 874467989
        },
        {
            "start": 874467993,
            "stop": 874468054
        },
        {
            "start": 874468057,
            "stop": 874468096
        },
        {
            "start": 874468099,
            "stop": 874468112
        },
        {
            "start": 874468115,
            "stop": 874468249
        },
        {
            "start": 874468252,
            "stop": 874468442
        },
        {
            "start": 874468446,
            "stop": 874468530
        },
        {
            "start": 874468590,
            "stop": 874468612
        },
        {
            "start": 874468615,
            "stop": 874468952
        }
    ]
}