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/O3a/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/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=340",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=338",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 339,
    "results": [
        {
            "start": 1240341718,
            "stop": 1240344735
        },
        {
            "start": 1240344740,
            "stop": 1240345419
        },
        {
            "start": 1240345423,
            "stop": 1240347585
        },
        {
            "start": 1240347588,
            "stop": 1240349088
        },
        {
            "start": 1240349091,
            "stop": 1240349746
        },
        {
            "start": 1240349750,
            "stop": 1240351052
        },
        {
            "start": 1240351060,
            "stop": 1240351315
        },
        {
            "start": 1240351319,
            "stop": 1240351383
        },
        {
            "start": 1240351387,
            "stop": 1240352292
        },
        {
            "start": 1240352296,
            "stop": 1240356704
        },
        {
            "start": 1240356709,
            "stop": 1240357342
        },
        {
            "start": 1240357345,
            "stop": 1240357936
        },
        {
            "start": 1240357940,
            "stop": 1240360810
        },
        {
            "start": 1240360815,
            "stop": 1240363333
        },
        {
            "start": 1240363337,
            "stop": 1240363460
        },
        {
            "start": 1240363463,
            "stop": 1240368875
        },
        {
            "start": 1240368879,
            "stop": 1240373858
        },
        {
            "start": 1240373863,
            "stop": 1240377507
        },
        {
            "start": 1240377510,
            "stop": 1240383529
        },
        {
            "start": 1240383533,
            "stop": 1240387146
        }
    ]
}