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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1745",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1743",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1744,
    "results": [
        {
            "start": 1249383146,
            "stop": 1249383147
        },
        {
            "start": 1249383160,
            "stop": 1249383161
        },
        {
            "start": 1249383164,
            "stop": 1249383165
        },
        {
            "start": 1249383174,
            "stop": 1249383175
        },
        {
            "start": 1249383176,
            "stop": 1249383178
        },
        {
            "start": 1249383179,
            "stop": 1249383187
        },
        {
            "start": 1249383190,
            "stop": 1249383191
        },
        {
            "start": 1249383192,
            "stop": 1249383220
        },
        {
            "start": 1249383221,
            "stop": 1249383228
        },
        {
            "start": 1249383229,
            "stop": 1249383258
        },
        {
            "start": 1249383262,
            "stop": 1249383263
        },
        {
            "start": 1249383265,
            "stop": 1249383272
        },
        {
            "start": 1249383282,
            "stop": 1249383288
        },
        {
            "start": 1249383290,
            "stop": 1249383295
        },
        {
            "start": 1249383303,
            "stop": 1249383305
        },
        {
            "start": 1249383306,
            "stop": 1249384355
        },
        {
            "start": 1249384358,
            "stop": 1249384420
        },
        {
            "start": 1249384422,
            "stop": 1249384543
        },
        {
            "start": 1249384544,
            "stop": 1249384584
        },
        {
            "start": 1249384587,
            "stop": 1249385085
        }
    ]
}