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=1068
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=1069",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1067",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1068,
    "results": [
        {
            "start": 1253106041,
            "stop": 1253106050
        },
        {
            "start": 1253106055,
            "stop": 1253106057
        },
        {
            "start": 1253106068,
            "stop": 1253106143
        },
        {
            "start": 1253106150,
            "stop": 1253106760
        },
        {
            "start": 1253106763,
            "stop": 1253106770
        },
        {
            "start": 1253106775,
            "stop": 1253106940
        },
        {
            "start": 1253106945,
            "stop": 1253107061
        },
        {
            "start": 1253107065,
            "stop": 1253108182
        },
        {
            "start": 1253108187,
            "stop": 1253108454
        },
        {
            "start": 1253108457,
            "stop": 1253108620
        },
        {
            "start": 1253141717,
            "stop": 1253141721
        },
        {
            "start": 1253141724,
            "stop": 1253141753
        },
        {
            "start": 1253141763,
            "stop": 1253141781
        },
        {
            "start": 1253141784,
            "stop": 1253141789
        },
        {
            "start": 1253141792,
            "stop": 1253141812
        },
        {
            "start": 1253141817,
            "stop": 1253141856
        },
        {
            "start": 1253141859,
            "stop": 1253141863
        },
        {
            "start": 1253141868,
            "stop": 1253141871
        },
        {
            "start": 1253141874,
            "stop": 1253141875
        },
        {
            "start": 1253141882,
            "stop": 1253141886
        }
    ]
}