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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=340",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=338",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 339,
    "results": [
        {
            "start": 1381309100,
            "stop": 1381322017
        },
        {
            "start": 1381322021,
            "stop": 1381328813
        },
        {
            "start": 1381328817,
            "stop": 1381336066
        },
        {
            "start": 1381336070,
            "stop": 1381337473
        },
        {
            "start": 1381337477,
            "stop": 1381354582
        },
        {
            "start": 1381354586,
            "stop": 1381377907
        },
        {
            "start": 1381395688,
            "stop": 1381397369
        },
        {
            "start": 1381397374,
            "stop": 1381399799
        },
        {
            "start": 1381399804,
            "stop": 1381400983
        },
        {
            "start": 1381400987,
            "stop": 1381406926
        },
        {
            "start": 1381406929,
            "stop": 1381409297
        },
        {
            "start": 1381409300,
            "stop": 1381413368
        },
        {
            "start": 1381413372,
            "stop": 1381417779
        },
        {
            "start": 1381417783,
            "stop": 1381429070
        },
        {
            "start": 1381433900,
            "stop": 1381440215
        },
        {
            "start": 1381440219,
            "stop": 1381448716
        },
        {
            "start": 1381448718,
            "stop": 1381463336
        },
        {
            "start": 1381463341,
            "stop": 1381479790
        },
        {
            "start": 1381479793,
            "stop": 1381481614
        },
        {
            "start": 1381481616,
            "stop": 1381481790
        }
    ]
}