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=5853
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=5854",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5852",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5853,
    "results": [
        {
            "start": 874751729,
            "stop": 874751836
        },
        {
            "start": 874751840,
            "stop": 874751870
        },
        {
            "start": 874751873,
            "stop": 874751875
        },
        {
            "start": 874751878,
            "stop": 874751933
        },
        {
            "start": 874751936,
            "stop": 874751972
        },
        {
            "start": 874751976,
            "stop": 874751999
        },
        {
            "start": 874752002,
            "stop": 874752008
        },
        {
            "start": 874752012,
            "stop": 874752092
        },
        {
            "start": 874752095,
            "stop": 874752138
        },
        {
            "start": 874752141,
            "stop": 874752169
        },
        {
            "start": 874752172,
            "stop": 874752180
        },
        {
            "start": 874752186,
            "stop": 874752249
        },
        {
            "start": 874752253,
            "stop": 874752320
        },
        {
            "start": 874752323,
            "stop": 874752410
        },
        {
            "start": 874752414,
            "stop": 874752415
        },
        {
            "start": 874752419,
            "stop": 874752469
        },
        {
            "start": 874752472,
            "stop": 874752536
        },
        {
            "start": 874752540,
            "stop": 874752551
        },
        {
            "start": 874752554,
            "stop": 874752595
        },
        {
            "start": 874752598,
            "stop": 874752610
        }
    ]
}