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=268
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=269",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=267",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 268,
    "results": [
        {
            "start": 1240322663,
            "stop": 1240322896
        },
        {
            "start": 1240322898,
            "stop": 1240323131
        },
        {
            "start": 1240323132,
            "stop": 1240323136
        },
        {
            "start": 1240323138,
            "stop": 1240323152
        },
        {
            "start": 1240323155,
            "stop": 1240323341
        },
        {
            "start": 1240323342,
            "stop": 1240323345
        },
        {
            "start": 1240323346,
            "stop": 1240323396
        },
        {
            "start": 1240323401,
            "stop": 1240323423
        },
        {
            "start": 1240323424,
            "stop": 1240323425
        },
        {
            "start": 1240323428,
            "stop": 1240323448
        },
        {
            "start": 1240323449,
            "stop": 1240323452
        },
        {
            "start": 1240323453,
            "stop": 1240323519
        },
        {
            "start": 1240323520,
            "stop": 1240323525
        },
        {
            "start": 1240323526,
            "stop": 1240323546
        },
        {
            "start": 1240323547,
            "stop": 1240323572
        },
        {
            "start": 1240323573,
            "stop": 1240323666
        },
        {
            "start": 1240323667,
            "stop": 1240323668
        },
        {
            "start": 1240323669,
            "stop": 1240323688
        },
        {
            "start": 1240323691,
            "stop": 1240323695
        },
        {
            "start": 1240323696,
            "stop": 1240323798
        }
    ]
}