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=757
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=758",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=756",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 757,
    "results": [
        {
            "start": 1268673419,
            "stop": 1268675910
        },
        {
            "start": 1268675913,
            "stop": 1268677174
        },
        {
            "start": 1268677177,
            "stop": 1268681642
        },
        {
            "start": 1268684520,
            "stop": 1268685340
        },
        {
            "start": 1268685343,
            "stop": 1268686050
        },
        {
            "start": 1268686053,
            "stop": 1268686906
        },
        {
            "start": 1268686909,
            "stop": 1268689429
        },
        {
            "start": 1268689432,
            "stop": 1268690377
        },
        {
            "start": 1268690380,
            "stop": 1268693279
        },
        {
            "start": 1268693282,
            "stop": 1268697679
        },
        {
            "start": 1268697682,
            "stop": 1268699961
        },
        {
            "start": 1268699965,
            "stop": 1268702174
        },
        {
            "start": 1268702176,
            "stop": 1268703755
        },
        {
            "start": 1268703758,
            "stop": 1268706575
        },
        {
            "start": 1268706578,
            "stop": 1268713548
        },
        {
            "start": 1268713551,
            "stop": 1268716405
        },
        {
            "start": 1268716408,
            "stop": 1268720528
        },
        {
            "start": 1268720531,
            "stop": 1268730228
        },
        {
            "start": 1268730231,
            "stop": 1268732072
        },
        {
            "start": 1268732074,
            "stop": 1268734798
        }
    ]
}