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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1599",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1597",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1598,
    "results": [
        {
            "start": 953463076,
            "stop": 953463083
        },
        {
            "start": 953463085,
            "stop": 953469366
        },
        {
            "start": 953469368,
            "stop": 953469414
        },
        {
            "start": 953469416,
            "stop": 953469438
        },
        {
            "start": 953469440,
            "stop": 953469464
        },
        {
            "start": 953474020,
            "stop": 953478873
        },
        {
            "start": 953480693,
            "stop": 953484170
        },
        {
            "start": 953484174,
            "stop": 953484188
        },
        {
            "start": 953484190,
            "stop": 953484921
        },
        {
            "start": 953484923,
            "stop": 953484929
        },
        {
            "start": 953484932,
            "stop": 953484957
        },
        {
            "start": 953484959,
            "stop": 953484979
        },
        {
            "start": 953484982,
            "stop": 953485003
        },
        {
            "start": 953485005,
            "stop": 953485050
        },
        {
            "start": 953485054,
            "stop": 953485059
        },
        {
            "start": 953485062,
            "stop": 953485064
        },
        {
            "start": 953485066,
            "stop": 953485073
        },
        {
            "start": 953487077,
            "stop": 953489375
        },
        {
            "start": 953489379,
            "stop": 953491511
        },
        {
            "start": 953492491,
            "stop": 953493170
        }
    ]
}