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=535
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=536",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=534",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 535,
    "results": [
        {
            "start": 828467413,
            "stop": 828472469
        },
        {
            "start": 828474811,
            "stop": 828474818
        },
        {
            "start": 828474820,
            "stop": 828475343
        },
        {
            "start": 828477517,
            "stop": 828485083
        },
        {
            "start": 828485483,
            "stop": 828485511
        },
        {
            "start": 828485831,
            "stop": 828486466
        },
        {
            "start": 828489140,
            "stop": 828490547
        },
        {
            "start": 828490947,
            "stop": 828490983
        },
        {
            "start": 828491303,
            "stop": 828500246
        },
        {
            "start": 828500764,
            "stop": 828503034
        },
        {
            "start": 828505150,
            "stop": 828511011
        },
        {
            "start": 828511411,
            "stop": 828527881
        },
        {
            "start": 828528653,
            "stop": 828529746
        },
        {
            "start": 828529747,
            "stop": 828537069
        },
        {
            "start": 828537180,
            "stop": 828543673
        },
        {
            "start": 828543883,
            "stop": 828551754
        },
        {
            "start": 828552074,
            "stop": 828554766
        },
        {
            "start": 828557276,
            "stop": 828557953
        },
        {
            "start": 828558557,
            "stop": 828559812
        },
        {
            "start": 828559815,
            "stop": 828559985
        }
    ]
}