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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=518",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=516",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 517,
    "results": [
        {
            "start": 1262698108,
            "stop": 1262698260
        },
        {
            "start": 1262698263,
            "stop": 1262698675
        },
        {
            "start": 1262698678,
            "stop": 1262698914
        },
        {
            "start": 1262698917,
            "stop": 1262699426
        },
        {
            "start": 1262699429,
            "stop": 1262699553
        },
        {
            "start": 1262699556,
            "stop": 1262699741
        },
        {
            "start": 1262699744,
            "stop": 1262699833
        },
        {
            "start": 1262699836,
            "stop": 1262700303
        },
        {
            "start": 1262700306,
            "stop": 1262700313
        },
        {
            "start": 1262700316,
            "stop": 1262700757
        },
        {
            "start": 1262700760,
            "stop": 1262700859
        },
        {
            "start": 1262700862,
            "stop": 1262700948
        },
        {
            "start": 1262700951,
            "stop": 1262701390
        },
        {
            "start": 1262701393,
            "stop": 1262701584
        },
        {
            "start": 1262701587,
            "stop": 1262701716
        },
        {
            "start": 1262701719,
            "stop": 1262701955
        },
        {
            "start": 1262701958,
            "stop": 1262702141
        },
        {
            "start": 1262702144,
            "stop": 1262702232
        },
        {
            "start": 1262702235,
            "stop": 1262702307
        },
        {
            "start": 1262702310,
            "stop": 1262703018
        }
    ]
}