Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=41
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=40",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 41,
    "results": [
        {
            "start": 1128740835,
            "stop": 1128741047
        },
        {
            "start": 1128741048,
            "stop": 1128763899
        },
        {
            "start": 1128771811,
            "stop": 1128774603
        },
        {
            "start": 1128774610,
            "stop": 1128776355
        },
        {
            "start": 1128776362,
            "stop": 1128779640
        },
        {
            "start": 1128779648,
            "stop": 1128782610
        },
        {
            "start": 1128812093,
            "stop": 1128814128
        },
        {
            "start": 1128814135,
            "stop": 1128823614
        },
        {
            "start": 1128823621,
            "stop": 1128837795
        },
        {
            "start": 1128858247,
            "stop": 1128873899
        },
        {
            "start": 1128876302,
            "stop": 1128878971
        },
        {
            "start": 1128878978,
            "stop": 1128880792
        },
        {
            "start": 1128892523,
            "stop": 1128895635
        },
        {
            "start": 1128895642,
            "stop": 1128897293
        },
        {
            "start": 1128898889,
            "stop": 1128922730
        },
        {
            "start": 1128929810,
            "stop": 1128929842
        },
        {
            "start": 1128931801,
            "stop": 1128932965
        },
        {
            "start": 1128932972,
            "stop": 1128935432
        },
        {
            "start": 1128935439,
            "stop": 1128936441
        },
        {
            "start": 1128936442,
            "stop": 1128937443
        }
    ]
}