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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16606",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16604",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16605,
    "results": [
        {
            "start": 874733950,
            "stop": 874734073
        },
        {
            "start": 874734074,
            "stop": 874734120
        },
        {
            "start": 874734180,
            "stop": 874734184
        },
        {
            "start": 874734186,
            "stop": 874734213
        },
        {
            "start": 874734214,
            "stop": 874734225
        },
        {
            "start": 874734226,
            "stop": 874734259
        },
        {
            "start": 874734261,
            "stop": 874734272
        },
        {
            "start": 874734273,
            "stop": 874734287
        },
        {
            "start": 874734288,
            "stop": 874734310
        },
        {
            "start": 874734312,
            "stop": 874734342
        },
        {
            "start": 874734344,
            "stop": 874734485
        },
        {
            "start": 874734488,
            "stop": 874734520
        },
        {
            "start": 874734522,
            "stop": 874734533
        },
        {
            "start": 874734536,
            "stop": 874734540
        },
        {
            "start": 874734660,
            "stop": 874734756
        },
        {
            "start": 874734757,
            "stop": 874734780
        },
        {
            "start": 874734840,
            "stop": 874734847
        },
        {
            "start": 874734850,
            "stop": 874734873
        },
        {
            "start": 874734876,
            "stop": 874735150
        },
        {
            "start": 874735151,
            "stop": 874735224
        }
    ]
}