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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=283",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=281",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 282,
    "results": [
        {
            "start": 1377279902,
            "stop": 1377280709
        },
        {
            "start": 1377280711,
            "stop": 1377281836
        },
        {
            "start": 1377281838,
            "stop": 1377282148
        },
        {
            "start": 1377282149,
            "stop": 1377282473
        },
        {
            "start": 1377282475,
            "stop": 1377282669
        },
        {
            "start": 1377282674,
            "stop": 1377283651
        },
        {
            "start": 1377283653,
            "stop": 1377284215
        },
        {
            "start": 1377284217,
            "stop": 1377285905
        },
        {
            "start": 1377285906,
            "stop": 1377286291
        },
        {
            "start": 1377286296,
            "stop": 1377286621
        },
        {
            "start": 1377286623,
            "stop": 1377286819
        },
        {
            "start": 1377286823,
            "stop": 1377286935
        },
        {
            "start": 1377286940,
            "stop": 1377287771
        },
        {
            "start": 1377287773,
            "stop": 1377288291
        },
        {
            "start": 1377288292,
            "stop": 1377288325
        },
        {
            "start": 1377288326,
            "stop": 1377288870
        },
        {
            "start": 1377301033,
            "stop": 1377301241
        },
        {
            "start": 1377301243,
            "stop": 1377301853
        },
        {
            "start": 1377301858,
            "stop": 1377302722
        },
        {
            "start": 1377302723,
            "stop": 1377303792
        }
    ]
}