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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=167",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=165",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 166,
    "results": [
        {
            "start": 1135056602,
            "stop": 1135056603
        },
        {
            "start": 1135056606,
            "stop": 1135056609
        },
        {
            "start": 1135056615,
            "stop": 1135056617
        },
        {
            "start": 1135056623,
            "stop": 1135056626
        },
        {
            "start": 1135056629,
            "stop": 1135056630
        },
        {
            "start": 1135056633,
            "stop": 1135056649
        },
        {
            "start": 1135056671,
            "stop": 1135056674
        },
        {
            "start": 1135056679,
            "stop": 1135056686
        },
        {
            "start": 1135056689,
            "stop": 1135056690
        },
        {
            "start": 1135056699,
            "stop": 1135056700
        },
        {
            "start": 1135056709,
            "stop": 1135056711
        },
        {
            "start": 1135056714,
            "stop": 1135056715
        },
        {
            "start": 1135056718,
            "stop": 1135056719
        },
        {
            "start": 1135056725,
            "stop": 1135056733
        },
        {
            "start": 1135056736,
            "stop": 1135056737
        },
        {
            "start": 1135056740,
            "stop": 1135056741
        },
        {
            "start": 1135056744,
            "stop": 1135056745
        },
        {
            "start": 1135056748,
            "stop": 1135056752
        },
        {
            "start": 1135056766,
            "stop": 1135056768
        },
        {
            "start": 1135056774,
            "stop": 1135056778
        }
    ]
}