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/S5/timelines/H2_BURST_CAT2/segments?format=api&page=726
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=727",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=725",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 726,
    "results": [
        {
            "start": 865057468,
            "stop": 865078983
        },
        {
            "start": 865082610,
            "stop": 865082749
        },
        {
            "start": 865083530,
            "stop": 865083729
        },
        {
            "start": 865084302,
            "stop": 865084531
        },
        {
            "start": 865085194,
            "stop": 865085370
        },
        {
            "start": 865087255,
            "stop": 865088422
        },
        {
            "start": 865088822,
            "stop": 865088859
        },
        {
            "start": 865089179,
            "stop": 865089626
        },
        {
            "start": 865089629,
            "stop": 865089639
        },
        {
            "start": 865089646,
            "stop": 865089649
        },
        {
            "start": 865089654,
            "stop": 865089658
        },
        {
            "start": 865089661,
            "stop": 865089720
        },
        {
            "start": 865089840,
            "stop": 865090475
        },
        {
            "start": 865112914,
            "stop": 865115039
        },
        {
            "start": 865115663,
            "stop": 865121120
        },
        {
            "start": 865121123,
            "stop": 865129317
        },
        {
            "start": 865129318,
            "stop": 865129564
        },
        {
            "start": 865130469,
            "stop": 865131304
        },
        {
            "start": 865131307,
            "stop": 865134155
        },
        {
            "start": 865136436,
            "stop": 865154400
        }
    ]
}