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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=159",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=157",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 158,
    "results": [
        {
            "start": 819853739,
            "stop": 819854051
        },
        {
            "start": 819854059,
            "stop": 819854176
        },
        {
            "start": 819854184,
            "stop": 819855193
        },
        {
            "start": 819855201,
            "stop": 819857241
        },
        {
            "start": 819857248,
            "stop": 819859133
        },
        {
            "start": 819859140,
            "stop": 819860490
        },
        {
            "start": 819860498,
            "stop": 819863380
        },
        {
            "start": 819863387,
            "stop": 819865380
        },
        {
            "start": 819865387,
            "stop": 819868331
        },
        {
            "start": 819868339,
            "stop": 819868795
        },
        {
            "start": 819868803,
            "stop": 819869113
        },
        {
            "start": 819869120,
            "stop": 819875012
        },
        {
            "start": 819875019,
            "stop": 819881021
        },
        {
            "start": 819881028,
            "stop": 819881053
        },
        {
            "start": 819881705,
            "stop": 819884835
        },
        {
            "start": 819884842,
            "stop": 819886642
        },
        {
            "start": 819886649,
            "stop": 819887404
        },
        {
            "start": 819888363,
            "stop": 819893756
        },
        {
            "start": 819893763,
            "stop": 819895810
        },
        {
            "start": 819895814,
            "stop": 819897123
        }
    ]
}