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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=467",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=465",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 466,
    "results": [
        {
            "start": 821779968,
            "stop": 821779969
        },
        {
            "start": 821779972,
            "stop": 821779976
        },
        {
            "start": 821779979,
            "stop": 821779999
        },
        {
            "start": 821780002,
            "stop": 821780004
        },
        {
            "start": 821780009,
            "stop": 821780015
        },
        {
            "start": 821780018,
            "stop": 821780021
        },
        {
            "start": 821780024,
            "stop": 821780033
        },
        {
            "start": 821780036,
            "stop": 821780040
        },
        {
            "start": 821780043,
            "stop": 821780048
        },
        {
            "start": 821780052,
            "stop": 821780056
        },
        {
            "start": 821780060,
            "stop": 821780063
        },
        {
            "start": 821780069,
            "stop": 821780073
        },
        {
            "start": 821780076,
            "stop": 821780079
        },
        {
            "start": 821780083,
            "stop": 821780095
        },
        {
            "start": 821780100,
            "stop": 821780101
        },
        {
            "start": 821780104,
            "stop": 821780117
        },
        {
            "start": 821780123,
            "stop": 821780131
        },
        {
            "start": 821780134,
            "stop": 821780135
        },
        {
            "start": 821780138,
            "stop": 821780158
        },
        {
            "start": 821780163,
            "stop": 821780174
        }
    ]
}