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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=573",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=571",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 572,
    "results": [
        {
            "start": 1264914622,
            "stop": 1264915405
        },
        {
            "start": 1264915406,
            "stop": 1264915417
        },
        {
            "start": 1264915419,
            "stop": 1264915427
        },
        {
            "start": 1264915428,
            "stop": 1264915537
        },
        {
            "start": 1264915538,
            "stop": 1264915741
        },
        {
            "start": 1264915742,
            "stop": 1264915751
        },
        {
            "start": 1264915752,
            "stop": 1264915760
        },
        {
            "start": 1264915761,
            "stop": 1264915776
        },
        {
            "start": 1264915777,
            "stop": 1264915779
        },
        {
            "start": 1264915780,
            "stop": 1264915782
        },
        {
            "start": 1264915783,
            "stop": 1264915805
        },
        {
            "start": 1264915806,
            "stop": 1264915808
        },
        {
            "start": 1264915809,
            "stop": 1264915917
        },
        {
            "start": 1264915918,
            "stop": 1264915977
        },
        {
            "start": 1264915978,
            "stop": 1264915979
        },
        {
            "start": 1264915980,
            "stop": 1264917288
        },
        {
            "start": 1264917289,
            "stop": 1264918150
        },
        {
            "start": 1264918151,
            "stop": 1264918152
        },
        {
            "start": 1264918153,
            "stop": 1264918161
        },
        {
            "start": 1264918162,
            "stop": 1264918184
        }
    ]
}