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=507
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=508",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=506",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 507,
    "results": [
        {
            "start": 1264609371,
            "stop": 1264610232
        },
        {
            "start": 1264610233,
            "stop": 1264610414
        },
        {
            "start": 1264610418,
            "stop": 1264610469
        },
        {
            "start": 1264612159,
            "stop": 1264612231
        },
        {
            "start": 1264612235,
            "stop": 1264612782
        },
        {
            "start": 1264612783,
            "stop": 1264613091
        },
        {
            "start": 1264613094,
            "stop": 1264613393
        },
        {
            "start": 1264613401,
            "stop": 1264613431
        },
        {
            "start": 1264613432,
            "stop": 1264613789
        },
        {
            "start": 1264613793,
            "stop": 1264613797
        },
        {
            "start": 1264613798,
            "stop": 1264614109
        },
        {
            "start": 1264614110,
            "stop": 1264614111
        },
        {
            "start": 1264614115,
            "stop": 1264614124
        },
        {
            "start": 1264614127,
            "stop": 1264614131
        },
        {
            "start": 1264614132,
            "stop": 1264614137
        },
        {
            "start": 1264614138,
            "stop": 1264614149
        },
        {
            "start": 1264614150,
            "stop": 1264614151
        },
        {
            "start": 1264614155,
            "stop": 1264614157
        },
        {
            "start": 1264614159,
            "stop": 1264614346
        },
        {
            "start": 1264614347,
            "stop": 1264614351
        }
    ]
}