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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=208",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=206",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 207,
    "results": [
        {
            "start": 1387461849,
            "stop": 1387466152
        },
        {
            "start": 1387486091,
            "stop": 1387487358
        },
        {
            "start": 1387487958,
            "stop": 1387489172
        },
        {
            "start": 1387489177,
            "stop": 1387489938
        },
        {
            "start": 1387490418,
            "stop": 1387491885
        },
        {
            "start": 1387492601,
            "stop": 1387494249
        },
        {
            "start": 1387494254,
            "stop": 1387495029
        },
        {
            "start": 1387495034,
            "stop": 1387503234
        },
        {
            "start": 1387503239,
            "stop": 1387505705
        },
        {
            "start": 1387505710,
            "stop": 1387513110
        },
        {
            "start": 1387513114,
            "stop": 1387514788
        },
        {
            "start": 1387514793,
            "stop": 1387517421
        },
        {
            "start": 1387526135,
            "stop": 1387526190
        },
        {
            "start": 1387526195,
            "stop": 1387541883
        },
        {
            "start": 1387541888,
            "stop": 1387549414
        },
        {
            "start": 1387555840,
            "stop": 1387557676
        },
        {
            "start": 1387560815,
            "stop": 1387582827
        },
        {
            "start": 1387582830,
            "stop": 1387584017
        },
        {
            "start": 1387584021,
            "stop": 1387585381
        },
        {
            "start": 1387585386,
            "stop": 1387609819
        }
    ]
}