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=815
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=816",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=814",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 815,
    "results": [
        {
            "start": 874968343,
            "stop": 874972454
        },
        {
            "start": 874972478,
            "stop": 874977300
        },
        {
            "start": 874979015,
            "stop": 874979337
        },
        {
            "start": 874981224,
            "stop": 874985556
        },
        {
            "start": 874986868,
            "stop": 874987895
        },
        {
            "start": 874990134,
            "stop": 875020140
        },
        {
            "start": 875020200,
            "stop": 875022622
        },
        {
            "start": 875030773,
            "stop": 875041690
        },
        {
            "start": 875042699,
            "stop": 875056031
        },
        {
            "start": 875057465,
            "stop": 875075848
        },
        {
            "start": 875077151,
            "stop": 875079513
        },
        {
            "start": 875079516,
            "stop": 875079663
        },
        {
            "start": 875079667,
            "stop": 875079834
        },
        {
            "start": 875079837,
            "stop": 875080164
        },
        {
            "start": 875080167,
            "stop": 875080664
        },
        {
            "start": 875080667,
            "stop": 875081365
        },
        {
            "start": 875081368,
            "stop": 875081504
        },
        {
            "start": 875081507,
            "stop": 875081544
        },
        {
            "start": 875081547,
            "stop": 875081684
        },
        {
            "start": 875081687,
            "stop": 875082364
        }
    ]
}