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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=54",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=52",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 53,
    "results": [
        {
            "start": 1257424664,
            "stop": 1257424762
        },
        {
            "start": 1257424765,
            "stop": 1257424831
        },
        {
            "start": 1257424834,
            "stop": 1257425005
        },
        {
            "start": 1257425008,
            "stop": 1257425635
        },
        {
            "start": 1257425639,
            "stop": 1257425912
        },
        {
            "start": 1257425915,
            "stop": 1257426089
        },
        {
            "start": 1257426092,
            "stop": 1257426108
        },
        {
            "start": 1257426111,
            "stop": 1257426120
        },
        {
            "start": 1257426123,
            "stop": 1257426244
        },
        {
            "start": 1257426247,
            "stop": 1257426342
        },
        {
            "start": 1257426345,
            "stop": 1257426650
        },
        {
            "start": 1257426653,
            "stop": 1257426771
        },
        {
            "start": 1257426774,
            "stop": 1257426786
        },
        {
            "start": 1257426789,
            "stop": 1257427174
        },
        {
            "start": 1257427177,
            "stop": 1257427270
        },
        {
            "start": 1257427273,
            "stop": 1257427635
        },
        {
            "start": 1257427638,
            "stop": 1257427815
        },
        {
            "start": 1257427818,
            "stop": 1257427992
        },
        {
            "start": 1257427993,
            "stop": 1257428008
        },
        {
            "start": 1257428009,
            "stop": 1257428010
        }
    ]
}