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_CAT3/segments?format=api&page=5803
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=5804",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5802",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5803,
    "results": [
        {
            "start": 874698914,
            "stop": 874699188
        },
        {
            "start": 874699191,
            "stop": 874699252
        },
        {
            "start": 874699255,
            "stop": 874699263
        },
        {
            "start": 874699269,
            "stop": 874699270
        },
        {
            "start": 874699273,
            "stop": 874699343
        },
        {
            "start": 874699346,
            "stop": 874699373
        },
        {
            "start": 874699376,
            "stop": 874699401
        },
        {
            "start": 874699404,
            "stop": 874699450
        },
        {
            "start": 874699453,
            "stop": 874699481
        },
        {
            "start": 874699484,
            "stop": 874699491
        },
        {
            "start": 874699498,
            "stop": 874699639
        },
        {
            "start": 874699642,
            "stop": 874699665
        },
        {
            "start": 874699669,
            "stop": 874699674
        },
        {
            "start": 874699677,
            "stop": 874699679
        },
        {
            "start": 874699682,
            "stop": 874699709
        },
        {
            "start": 874699712,
            "stop": 874699714
        },
        {
            "start": 874699717,
            "stop": 874699744
        },
        {
            "start": 874699747,
            "stop": 874699764
        },
        {
            "start": 874699767,
            "stop": 874699854
        },
        {
            "start": 874699860,
            "stop": 874699877
        }
    ]
}