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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=5",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 6,
    "results": [
        {
            "start": 931078553,
            "stop": 931078554
        },
        {
            "start": 931078635,
            "stop": 931078643
        },
        {
            "start": 931078696,
            "stop": 931078698
        },
        {
            "start": 931078745,
            "stop": 931078746
        },
        {
            "start": 931078937,
            "stop": 931078938
        },
        {
            "start": 931079017,
            "stop": 931079018
        },
        {
            "start": 931079077,
            "stop": 931079078
        },
        {
            "start": 931079142,
            "stop": 931079143
        },
        {
            "start": 931079179,
            "stop": 931079180
        },
        {
            "start": 931081044,
            "stop": 931081047
        },
        {
            "start": 931081116,
            "stop": 931082529
        },
        {
            "start": 931082530,
            "stop": 931082597
        },
        {
            "start": 931082598,
            "stop": 931082668
        },
        {
            "start": 931082670,
            "stop": 931082928
        },
        {
            "start": 931082930,
            "stop": 931082951
        },
        {
            "start": 931082953,
            "stop": 931082960
        },
        {
            "start": 931082962,
            "stop": 931082990
        },
        {
            "start": 931082992,
            "stop": 931082999
        },
        {
            "start": 931106835,
            "stop": 931109081
        },
        {
            "start": 931109083,
            "stop": 931109155
        }
    ]
}