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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=80",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=78",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 79,
    "results": [
        {
            "start": 1374659087,
            "stop": 1374664700
        },
        {
            "start": 1374664705,
            "stop": 1374665248
        },
        {
            "start": 1374665253,
            "stop": 1374681402
        },
        {
            "start": 1374681407,
            "stop": 1374694474
        },
        {
            "start": 1374694479,
            "stop": 1374694935
        },
        {
            "start": 1374694939,
            "stop": 1374695577
        },
        {
            "start": 1374695582,
            "stop": 1374697353
        },
        {
            "start": 1374697358,
            "stop": 1374700659
        },
        {
            "start": 1374700664,
            "stop": 1374701515
        },
        {
            "start": 1374701520,
            "stop": 1374703557
        },
        {
            "start": 1374703562,
            "stop": 1374705857
        },
        {
            "start": 1374705862,
            "stop": 1374705864
        },
        {
            "start": 1374705870,
            "stop": 1374714102
        },
        {
            "start": 1374714105,
            "stop": 1374714107
        },
        {
            "start": 1374714112,
            "stop": 1374716048
        },
        {
            "start": 1374716053,
            "stop": 1374716738
        },
        {
            "start": 1374721495,
            "stop": 1374726373
        },
        {
            "start": 1374726378,
            "stop": 1374733732
        },
        {
            "start": 1374733736,
            "stop": 1374735894
        },
        {
            "start": 1374735899,
            "stop": 1374740978
        }
    ]
}