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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=497",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=495",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 496,
    "results": [
        {
            "start": 1262375825,
            "stop": 1262375849
        },
        {
            "start": 1262375852,
            "stop": 1262375955
        },
        {
            "start": 1262375958,
            "stop": 1262376047
        },
        {
            "start": 1262376050,
            "stop": 1262376057
        },
        {
            "start": 1262376060,
            "stop": 1262376133
        },
        {
            "start": 1262376136,
            "stop": 1262376181
        },
        {
            "start": 1262376184,
            "stop": 1262376201
        },
        {
            "start": 1262376204,
            "stop": 1262376293
        },
        {
            "start": 1262376296,
            "stop": 1262376374
        },
        {
            "start": 1262376377,
            "stop": 1262376623
        },
        {
            "start": 1262376631,
            "stop": 1262376633
        },
        {
            "start": 1262376636,
            "stop": 1262376691
        },
        {
            "start": 1262376694,
            "stop": 1262376732
        },
        {
            "start": 1262376737,
            "stop": 1262376746
        },
        {
            "start": 1262376750,
            "stop": 1262376751
        },
        {
            "start": 1262376752,
            "stop": 1262376753
        },
        {
            "start": 1262376756,
            "stop": 1262376813
        },
        {
            "start": 1262376816,
            "stop": 1262376822
        },
        {
            "start": 1262376825,
            "stop": 1262376952
        },
        {
            "start": 1262376955,
            "stop": 1262377131
        }
    ]
}