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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=80",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=78",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 79,
    "results": [
        {
            "start": 931269303,
            "stop": 931269365
        },
        {
            "start": 931269367,
            "stop": 931269368
        },
        {
            "start": 931269369,
            "stop": 931269375
        },
        {
            "start": 931269381,
            "stop": 931269395
        },
        {
            "start": 931269396,
            "stop": 931269415
        },
        {
            "start": 931269416,
            "stop": 931269424
        },
        {
            "start": 931269426,
            "stop": 931269432
        },
        {
            "start": 931269434,
            "stop": 931269505
        },
        {
            "start": 931269508,
            "stop": 931269534
        },
        {
            "start": 931269536,
            "stop": 931269608
        },
        {
            "start": 931269609,
            "stop": 931269654
        },
        {
            "start": 931269656,
            "stop": 931269663
        },
        {
            "start": 931269665,
            "stop": 931269701
        },
        {
            "start": 931269703,
            "stop": 931269704
        },
        {
            "start": 931269706,
            "stop": 931269714
        },
        {
            "start": 931269716,
            "stop": 931269721
        },
        {
            "start": 931269723,
            "stop": 931269740
        },
        {
            "start": 931269742,
            "stop": 931269778
        },
        {
            "start": 931269781,
            "stop": 931269791
        },
        {
            "start": 931269794,
            "stop": 931269801
        }
    ]
}