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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT1/segments?format=api&page=231",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT1/segments?format=api&page=229",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 230,
    "results": [
        {
            "start": 1421738631,
            "stop": 1421742154
        },
        {
            "start": 1421742158,
            "stop": 1421742640
        },
        {
            "start": 1421745710,
            "stop": 1421746991
        },
        {
            "start": 1421746993,
            "stop": 1421747858
        },
        {
            "start": 1421747862,
            "stop": 1421747906
        },
        {
            "start": 1421747914,
            "stop": 1421753587
        },
        {
            "start": 1421753588,
            "stop": 1421754954
        },
        {
            "start": 1421754956,
            "stop": 1421755290
        },
        {
            "start": 1421755294,
            "stop": 1421755470
        },
        {
            "start": 1421755474,
            "stop": 1421760273
        },
        {
            "start": 1421760275,
            "stop": 1421760412
        },
        {
            "start": 1421760413,
            "stop": 1421763249
        },
        {
            "start": 1421763250,
            "stop": 1421763646
        },
        {
            "start": 1421767204,
            "stop": 1421767849
        },
        {
            "start": 1421770899,
            "stop": 1421771250
        },
        {
            "start": 1421771254,
            "stop": 1421776378
        },
        {
            "start": 1421776382,
            "stop": 1421786034
        },
        {
            "start": 1421786038,
            "stop": 1421791022
        },
        {
            "start": 1421791026,
            "stop": 1421795350
        },
        {
            "start": 1421795362,
            "stop": 1421796351
        }
    ]
}