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=72
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=73",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=71",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 72,
    "results": [
        {
            "start": 1370872409,
            "stop": 1370875967
        },
        {
            "start": 1370875968,
            "stop": 1370876535
        },
        {
            "start": 1370876536,
            "stop": 1370878061
        },
        {
            "start": 1370878063,
            "stop": 1370878629
        },
        {
            "start": 1370878630,
            "stop": 1370879401
        },
        {
            "start": 1370879404,
            "stop": 1370880132
        },
        {
            "start": 1370880133,
            "stop": 1370880756
        },
        {
            "start": 1370880758,
            "stop": 1370881965
        },
        {
            "start": 1370881967,
            "stop": 1370882107
        },
        {
            "start": 1370884969,
            "stop": 1370884995
        },
        {
            "start": 1370884996,
            "stop": 1370885680
        },
        {
            "start": 1370885685,
            "stop": 1370886058
        },
        {
            "start": 1370886062,
            "stop": 1370886154
        },
        {
            "start": 1370886156,
            "stop": 1370886498
        },
        {
            "start": 1370886500,
            "stop": 1370886520
        },
        {
            "start": 1370886522,
            "stop": 1370886534
        },
        {
            "start": 1370886536,
            "stop": 1370886560
        },
        {
            "start": 1370886563,
            "stop": 1370886612
        },
        {
            "start": 1370886617,
            "stop": 1370886960
        },
        {
            "start": 1370886965,
            "stop": 1370887032
        }
    ]
}