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=46
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=47",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=45",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 46,
    "results": [
        {
            "start": 1257335564,
            "stop": 1257335917
        },
        {
            "start": 1257335925,
            "stop": 1257336234
        },
        {
            "start": 1257336237,
            "stop": 1257339269
        },
        {
            "start": 1257339277,
            "stop": 1257339523
        },
        {
            "start": 1257339526,
            "stop": 1257340472
        },
        {
            "start": 1257340480,
            "stop": 1257340648
        },
        {
            "start": 1257340651,
            "stop": 1257340775
        },
        {
            "start": 1257340777,
            "stop": 1257340780
        },
        {
            "start": 1257340781,
            "stop": 1257340786
        },
        {
            "start": 1257340788,
            "stop": 1257340790
        },
        {
            "start": 1257340791,
            "stop": 1257340792
        },
        {
            "start": 1257340798,
            "stop": 1257340800
        },
        {
            "start": 1257340801,
            "stop": 1257340804
        },
        {
            "start": 1257340809,
            "stop": 1257340810
        },
        {
            "start": 1257340811,
            "stop": 1257340831
        },
        {
            "start": 1257340834,
            "stop": 1257340838
        },
        {
            "start": 1257340844,
            "stop": 1257340852
        },
        {
            "start": 1257340853,
            "stop": 1257340856
        },
        {
            "start": 1257340857,
            "stop": 1257340879
        },
        {
            "start": 1257340880,
            "stop": 1257340898
        }
    ]
}