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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=184",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=182",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 183,
    "results": [
        {
            "start": 1239838950,
            "stop": 1239838992
        },
        {
            "start": 1239838993,
            "stop": 1239839112
        },
        {
            "start": 1239839113,
            "stop": 1239839232
        },
        {
            "start": 1239839233,
            "stop": 1239839352
        },
        {
            "start": 1239839353,
            "stop": 1239839472
        },
        {
            "start": 1239839473,
            "stop": 1239839592
        },
        {
            "start": 1239839593,
            "stop": 1239839712
        },
        {
            "start": 1239839713,
            "stop": 1239839812
        },
        {
            "start": 1239839813,
            "stop": 1239839952
        },
        {
            "start": 1239839953,
            "stop": 1239840072
        },
        {
            "start": 1239840073,
            "stop": 1239840192
        },
        {
            "start": 1239840193,
            "stop": 1239840312
        },
        {
            "start": 1239840313,
            "stop": 1239840432
        },
        {
            "start": 1239840433,
            "stop": 1239840552
        },
        {
            "start": 1239840553,
            "stop": 1239840672
        },
        {
            "start": 1239840673,
            "stop": 1239840792
        },
        {
            "start": 1239840793,
            "stop": 1239840912
        },
        {
            "start": 1239840913,
            "stop": 1239841032
        },
        {
            "start": 1239841033,
            "stop": 1239841152
        },
        {
            "start": 1239841153,
            "stop": 1239841272
        }
    ]
}