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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=208",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=206",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 207,
    "results": [
        {
            "start": 1375487193,
            "stop": 1375488271
        },
        {
            "start": 1375488272,
            "stop": 1375489229
        },
        {
            "start": 1375489230,
            "stop": 1375489558
        },
        {
            "start": 1375489562,
            "stop": 1375490006
        },
        {
            "start": 1375490007,
            "stop": 1375490633
        },
        {
            "start": 1375490635,
            "stop": 1375491643
        },
        {
            "start": 1375491644,
            "stop": 1375493884
        },
        {
            "start": 1375493886,
            "stop": 1375496347
        },
        {
            "start": 1375496348,
            "stop": 1375499055
        },
        {
            "start": 1375499056,
            "stop": 1375501658
        },
        {
            "start": 1375501659,
            "stop": 1375506192
        },
        {
            "start": 1375506194,
            "stop": 1375508518
        },
        {
            "start": 1375508522,
            "stop": 1375510247
        },
        {
            "start": 1375510252,
            "stop": 1375513598
        },
        {
            "start": 1375513600,
            "stop": 1375516527
        },
        {
            "start": 1375516530,
            "stop": 1375517082
        },
        {
            "start": 1375517086,
            "stop": 1375517278
        },
        {
            "start": 1375517283,
            "stop": 1375517817
        },
        {
            "start": 1375517819,
            "stop": 1375518713
        },
        {
            "start": 1375518715,
            "stop": 1375520007
        }
    ]
}