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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1021",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1019",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1020,
    "results": [
        {
            "start": 1252306865,
            "stop": 1252307445
        },
        {
            "start": 1252307449,
            "stop": 1252308654
        },
        {
            "start": 1252308659,
            "stop": 1252308979
        },
        {
            "start": 1252308982,
            "stop": 1252309002
        },
        {
            "start": 1252309006,
            "stop": 1252309536
        },
        {
            "start": 1252309540,
            "stop": 1252310511
        },
        {
            "start": 1252310515,
            "stop": 1252311504
        },
        {
            "start": 1252311508,
            "stop": 1252311687
        },
        {
            "start": 1252311691,
            "stop": 1252312661
        },
        {
            "start": 1252312665,
            "stop": 1252315589
        },
        {
            "start": 1252320846,
            "stop": 1252323775
        },
        {
            "start": 1252323780,
            "stop": 1252327167
        },
        {
            "start": 1252327172,
            "stop": 1252327178
        },
        {
            "start": 1252329468,
            "stop": 1252329533
        },
        {
            "start": 1252329536,
            "stop": 1252331024
        },
        {
            "start": 1252331027,
            "stop": 1252331234
        },
        {
            "start": 1252331238,
            "stop": 1252331417
        },
        {
            "start": 1252331420,
            "stop": 1252332214
        },
        {
            "start": 1252332219,
            "stop": 1252332733
        },
        {
            "start": 1252332741,
            "stop": 1252333138
        }
    ]
}