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=138
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=139",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=137",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 138,
    "results": [
        {
            "start": 1260274959,
            "stop": 1260275077
        },
        {
            "start": 1260275082,
            "stop": 1260276312
        },
        {
            "start": 1260276315,
            "stop": 1260276805
        },
        {
            "start": 1260276810,
            "stop": 1260277223
        },
        {
            "start": 1260277225,
            "stop": 1260280810
        },
        {
            "start": 1260280815,
            "stop": 1260281291
        },
        {
            "start": 1260281296,
            "stop": 1260281453
        },
        {
            "start": 1260281454,
            "stop": 1260281489
        },
        {
            "start": 1260281494,
            "stop": 1260281690
        },
        {
            "start": 1260281691,
            "stop": 1260281836
        },
        {
            "start": 1260281837,
            "stop": 1260281937
        },
        {
            "start": 1260281938,
            "stop": 1260282017
        },
        {
            "start": 1260282018,
            "stop": 1260282065
        },
        {
            "start": 1260282070,
            "stop": 1260282086
        },
        {
            "start": 1260282087,
            "stop": 1260282253
        },
        {
            "start": 1260282255,
            "stop": 1260282333
        },
        {
            "start": 1260282335,
            "stop": 1260282444
        },
        {
            "start": 1260282445,
            "stop": 1260282509
        },
        {
            "start": 1260282510,
            "stop": 1260282644
        },
        {
            "start": 1260282649,
            "stop": 1260282881
        }
    ]
}