Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6132
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6133",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6131",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6132,
    "results": [
        {
            "start": 874223054,
            "stop": 874223066
        },
        {
            "start": 874223069,
            "stop": 874223326
        },
        {
            "start": 874223330,
            "stop": 874223356
        },
        {
            "start": 874223359,
            "stop": 874223363
        },
        {
            "start": 874223368,
            "stop": 874223384
        },
        {
            "start": 874223387,
            "stop": 874223403
        },
        {
            "start": 874223406,
            "stop": 874223409
        },
        {
            "start": 874223413,
            "stop": 874223501
        },
        {
            "start": 874223504,
            "stop": 874223624
        },
        {
            "start": 874223625,
            "stop": 874223839
        },
        {
            "start": 874223842,
            "stop": 874223925
        },
        {
            "start": 874223928,
            "stop": 874223932
        },
        {
            "start": 874223935,
            "stop": 874223963
        },
        {
            "start": 874223967,
            "stop": 874223990
        },
        {
            "start": 874223993,
            "stop": 874224129
        },
        {
            "start": 874224132,
            "stop": 874224134
        },
        {
            "start": 874224137,
            "stop": 874224156
        },
        {
            "start": 874224159,
            "stop": 874224235
        },
        {
            "start": 874224238,
            "stop": 874224242
        },
        {
            "start": 874224245,
            "stop": 874224247
        }
    ]
}