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=43
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=44",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT2/segments?format=api&page=42",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 43,
    "results": [
        {
            "start": 1371173293,
            "stop": 1371178733
        },
        {
            "start": 1371178738,
            "stop": 1371178950
        },
        {
            "start": 1371178955,
            "stop": 1371179161
        },
        {
            "start": 1371179831,
            "stop": 1371182368
        },
        {
            "start": 1371182373,
            "stop": 1371188362
        },
        {
            "start": 1371188367,
            "stop": 1371188729
        },
        {
            "start": 1371188739,
            "stop": 1371189180
        },
        {
            "start": 1371189185,
            "stop": 1371189202
        },
        {
            "start": 1371189207,
            "stop": 1371189379
        },
        {
            "start": 1371189384,
            "stop": 1371189473
        },
        {
            "start": 1371189478,
            "stop": 1371189761
        },
        {
            "start": 1371189766,
            "stop": 1371190448
        },
        {
            "start": 1371190453,
            "stop": 1371190864
        },
        {
            "start": 1371190869,
            "stop": 1371190894
        },
        {
            "start": 1371190898,
            "stop": 1371191007
        },
        {
            "start": 1371191012,
            "stop": 1371191014
        },
        {
            "start": 1371191019,
            "stop": 1371191493
        },
        {
            "start": 1371191498,
            "stop": 1371191945
        },
        {
            "start": 1371191950,
            "stop": 1371192119
        },
        {
            "start": 1371192124,
            "stop": 1371192145
        }
    ]
}