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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=227",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=225",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 226,
    "results": [
        {
            "start": 821409945,
            "stop": 821415011
        },
        {
            "start": 821415018,
            "stop": 821427099
        },
        {
            "start": 821427106,
            "stop": 821453532
        },
        {
            "start": 821453536,
            "stop": 821454830
        },
        {
            "start": 821454910,
            "stop": 821456833
        },
        {
            "start": 821456837,
            "stop": 821456839
        },
        {
            "start": 821461916,
            "stop": 821462210
        },
        {
            "start": 821462290,
            "stop": 821464310
        },
        {
            "start": 821464450,
            "stop": 821465750
        },
        {
            "start": 821465830,
            "stop": 821467070
        },
        {
            "start": 821467150,
            "stop": 821467633
        },
        {
            "start": 821469601,
            "stop": 821470697
        },
        {
            "start": 821470704,
            "stop": 821470844
        },
        {
            "start": 821471025,
            "stop": 821471030
        },
        {
            "start": 821471110,
            "stop": 821471810
        },
        {
            "start": 821471890,
            "stop": 821473070
        },
        {
            "start": 821473150,
            "stop": 821476250
        },
        {
            "start": 821476330,
            "stop": 821477413
        },
        {
            "start": 821477459,
            "stop": 821477460
        },
        {
            "start": 821479678,
            "stop": 821479970
        }
    ]
}