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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=222",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=220",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 221,
    "results": [
        {
            "start": 1126872463,
            "stop": 1126872642
        },
        {
            "start": 1126872647,
            "stop": 1126872656
        },
        {
            "start": 1126872660,
            "stop": 1126872677
        },
        {
            "start": 1126872737,
            "stop": 1126872743
        },
        {
            "start": 1126872748,
            "stop": 1126872752
        },
        {
            "start": 1126872756,
            "stop": 1126872758
        },
        {
            "start": 1126872760,
            "stop": 1126872761
        },
        {
            "start": 1126872763,
            "stop": 1126872779
        },
        {
            "start": 1126872782,
            "stop": 1126872789
        },
        {
            "start": 1126872790,
            "stop": 1126872791
        },
        {
            "start": 1126872793,
            "stop": 1126872800
        },
        {
            "start": 1126872801,
            "stop": 1126872811
        },
        {
            "start": 1126872812,
            "stop": 1126872818
        },
        {
            "start": 1126872819,
            "stop": 1126872820
        },
        {
            "start": 1126872823,
            "stop": 1126872829
        },
        {
            "start": 1126872831,
            "stop": 1126872836
        },
        {
            "start": 1126872838,
            "stop": 1126872841
        },
        {
            "start": 1126872843,
            "stop": 1126872851
        },
        {
            "start": 1126872852,
            "stop": 1126872856
        },
        {
            "start": 1126872858,
            "stop": 1126872859
        }
    ]
}