Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=266
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=267",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=265",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 266,
    "results": [
        {
            "start": 1376982773,
            "stop": 1376983962
        },
        {
            "start": 1376983964,
            "stop": 1376984256
        },
        {
            "start": 1376984258,
            "stop": 1376985150
        },
        {
            "start": 1376985152,
            "stop": 1376986391
        },
        {
            "start": 1376986393,
            "stop": 1376986404
        },
        {
            "start": 1376986406,
            "stop": 1376988280
        },
        {
            "start": 1376988282,
            "stop": 1376988668
        },
        {
            "start": 1376988672,
            "stop": 1376988825
        },
        {
            "start": 1376988826,
            "stop": 1376989846
        },
        {
            "start": 1376989848,
            "stop": 1376990816
        },
        {
            "start": 1376990818,
            "stop": 1376992301
        },
        {
            "start": 1376992303,
            "stop": 1376993143
        },
        {
            "start": 1376993145,
            "stop": 1376994456
        },
        {
            "start": 1376994458,
            "stop": 1376995055
        },
        {
            "start": 1376995056,
            "stop": 1376997209
        },
        {
            "start": 1376997211,
            "stop": 1376997262
        },
        {
            "start": 1376997264,
            "stop": 1376999115
        },
        {
            "start": 1376999117,
            "stop": 1376999194
        },
        {
            "start": 1376999195,
            "stop": 1377001284
        },
        {
            "start": 1377001285,
            "stop": 1377001351
        }
    ]
}