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=452
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=453",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=451",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 452,
    "results": [
        {
            "start": 1264386842,
            "stop": 1264386849
        },
        {
            "start": 1264386851,
            "stop": 1264386970
        },
        {
            "start": 1264386972,
            "stop": 1264387006
        },
        {
            "start": 1264387008,
            "stop": 1264387064
        },
        {
            "start": 1264387067,
            "stop": 1264387234
        },
        {
            "start": 1264387239,
            "stop": 1264387262
        },
        {
            "start": 1264387263,
            "stop": 1264387268
        },
        {
            "start": 1264387278,
            "stop": 1264387369
        },
        {
            "start": 1264387370,
            "stop": 1264387487
        },
        {
            "start": 1264387490,
            "stop": 1264387496
        },
        {
            "start": 1264387497,
            "stop": 1264387499
        },
        {
            "start": 1264387501,
            "stop": 1264387504
        },
        {
            "start": 1264387506,
            "stop": 1264387511
        },
        {
            "start": 1264387513,
            "stop": 1264387620
        },
        {
            "start": 1264387623,
            "stop": 1264387625
        },
        {
            "start": 1264387626,
            "stop": 1264387628
        },
        {
            "start": 1264387639,
            "stop": 1264387711
        },
        {
            "start": 1264387717,
            "stop": 1264387720
        },
        {
            "start": 1264387721,
            "stop": 1264387724
        },
        {
            "start": 1264387725,
            "stop": 1264387728
        }
    ]
}