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=152
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=153",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=151",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 152,
    "results": [
        {
            "start": 1260805245,
            "stop": 1260805383
        },
        {
            "start": 1260805388,
            "stop": 1260807368
        },
        {
            "start": 1260807372,
            "stop": 1260809896
        },
        {
            "start": 1260809900,
            "stop": 1260810669
        },
        {
            "start": 1260810672,
            "stop": 1260811246
        },
        {
            "start": 1260811248,
            "stop": 1260811503
        },
        {
            "start": 1260811505,
            "stop": 1260812470
        },
        {
            "start": 1260812472,
            "stop": 1260812475
        },
        {
            "start": 1260812477,
            "stop": 1260813198
        },
        {
            "start": 1260813203,
            "stop": 1260813335
        },
        {
            "start": 1260813337,
            "stop": 1260813501
        },
        {
            "start": 1260813503,
            "stop": 1260814054
        },
        {
            "start": 1260814057,
            "stop": 1260815387
        },
        {
            "start": 1260815388,
            "stop": 1260815726
        },
        {
            "start": 1260815729,
            "stop": 1260815915
        },
        {
            "start": 1260815918,
            "stop": 1260816670
        },
        {
            "start": 1260816673,
            "stop": 1260817421
        },
        {
            "start": 1260817426,
            "stop": 1260817981
        },
        {
            "start": 1260817984,
            "stop": 1260819907
        },
        {
            "start": 1260819909,
            "stop": 1260823076
        }
    ]
}