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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=627",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=625",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 626,
    "results": [
        {
            "start": 842689875,
            "stop": 842710712
        },
        {
            "start": 842710714,
            "stop": 842711869
        },
        {
            "start": 842711870,
            "stop": 842713217
        },
        {
            "start": 842734453,
            "stop": 842735860
        },
        {
            "start": 842736077,
            "stop": 842739818
        },
        {
            "start": 842745683,
            "stop": 842762952
        },
        {
            "start": 842763781,
            "stop": 842796372
        },
        {
            "start": 842796374,
            "stop": 842803160
        },
        {
            "start": 842804997,
            "stop": 842814193
        },
        {
            "start": 842815802,
            "stop": 842815862
        },
        {
            "start": 842816472,
            "stop": 842816592
        },
        {
            "start": 842817960,
            "stop": 842821534
        },
        {
            "start": 842822438,
            "stop": 842823586
        },
        {
            "start": 842824270,
            "stop": 842825833
        },
        {
            "start": 842826640,
            "stop": 842831043
        },
        {
            "start": 842831543,
            "stop": 842832905
        },
        {
            "start": 842834428,
            "stop": 842834737
        },
        {
            "start": 842834738,
            "stop": 842857895
        },
        {
            "start": 842858344,
            "stop": 842884420
        },
        {
            "start": 842884820,
            "stop": 842899900
        }
    ]
}