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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT2/segments?format=api&page=366",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT2/segments?format=api&page=364",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 365,
    "results": [
        {
            "start": 1177540038,
            "stop": 1177540044
        },
        {
            "start": 1177540048,
            "stop": 1177540181
        },
        {
            "start": 1177540187,
            "stop": 1177540193
        },
        {
            "start": 1177540201,
            "stop": 1177540206
        },
        {
            "start": 1177540213,
            "stop": 1177540269
        },
        {
            "start": 1177540272,
            "stop": 1177540281
        },
        {
            "start": 1177540285,
            "stop": 1177540292
        },
        {
            "start": 1177540299,
            "stop": 1177540304
        },
        {
            "start": 1177540311,
            "stop": 1177540340
        },
        {
            "start": 1177540345,
            "stop": 1177540352
        },
        {
            "start": 1177540360,
            "stop": 1177540364
        },
        {
            "start": 1177540372,
            "stop": 1177540377
        },
        {
            "start": 1177540383,
            "stop": 1177540391
        },
        {
            "start": 1177540392,
            "stop": 1177540414
        },
        {
            "start": 1177540421,
            "stop": 1177540427
        },
        {
            "start": 1177540434,
            "stop": 1177540438
        },
        {
            "start": 1177540444,
            "stop": 1177540449
        },
        {
            "start": 1177540454,
            "stop": 1177540491
        },
        {
            "start": 1177540493,
            "stop": 1177540501
        },
        {
            "start": 1177540508,
            "stop": 1177540515
        }
    ]
}