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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=143",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=141",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 142,
    "results": [
        {
            "start": 1260362172,
            "stop": 1260369180
        },
        {
            "start": 1260369184,
            "stop": 1260371684
        },
        {
            "start": 1260371688,
            "stop": 1260377611
        },
        {
            "start": 1260377613,
            "stop": 1260378047
        },
        {
            "start": 1260378050,
            "stop": 1260382145
        },
        {
            "start": 1260382148,
            "stop": 1260385322
        },
        {
            "start": 1260385324,
            "stop": 1260386273
        },
        {
            "start": 1260386275,
            "stop": 1260388152
        },
        {
            "start": 1260388157,
            "stop": 1260389548
        },
        {
            "start": 1260389550,
            "stop": 1260392117
        },
        {
            "start": 1260392120,
            "stop": 1260394464
        },
        {
            "start": 1260394468,
            "stop": 1260395693
        },
        {
            "start": 1260395695,
            "stop": 1260396657
        },
        {
            "start": 1260396662,
            "stop": 1260398808
        },
        {
            "start": 1260398812,
            "stop": 1260399542
        },
        {
            "start": 1260399543,
            "stop": 1260399923
        },
        {
            "start": 1260399925,
            "stop": 1260402339
        },
        {
            "start": 1260402342,
            "stop": 1260402408
        },
        {
            "start": 1260402416,
            "stop": 1260406995
        },
        {
            "start": 1260406998,
            "stop": 1260409311
        }
    ]
}