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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT1/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT1/segments?format=api&page=16",
    "results_count": 956,
    "results_per_page": 20,
    "num_pages": 48,
    "page_number": 17,
    "results": [
        {
            "start": 1404130675,
            "stop": 1404131259
        },
        {
            "start": 1404131458,
            "stop": 1404131711
        },
        {
            "start": 1404131712,
            "stop": 1404131789
        },
        {
            "start": 1404131801,
            "stop": 1404131811
        },
        {
            "start": 1404131813,
            "stop": 1404131863
        },
        {
            "start": 1404131864,
            "stop": 1404131903
        },
        {
            "start": 1404131904,
            "stop": 1404132468
        },
        {
            "start": 1404170925,
            "stop": 1404177594
        },
        {
            "start": 1404177606,
            "stop": 1404178652
        },
        {
            "start": 1404178653,
            "stop": 1404180790
        },
        {
            "start": 1404180791,
            "stop": 1404180823
        },
        {
            "start": 1404186993,
            "stop": 1404188010
        },
        {
            "start": 1404188011,
            "stop": 1404188022
        },
        {
            "start": 1404188024,
            "stop": 1404188045
        },
        {
            "start": 1404188078,
            "stop": 1404196396
        },
        {
            "start": 1404206446,
            "stop": 1404211758
        },
        {
            "start": 1404217292,
            "stop": 1404230475
        },
        {
            "start": 1404250238,
            "stop": 1404251999
        },
        {
            "start": 1404252346,
            "stop": 1404263213
        },
        {
            "start": 1404304565,
            "stop": 1404320871
        }
    ]
}