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=270
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=271",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=269",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 270,
    "results": [
        {
            "start": 821045872,
            "stop": 821045892
        },
        {
            "start": 821045896,
            "stop": 821045916
        },
        {
            "start": 821045924,
            "stop": 821045959
        },
        {
            "start": 821045963,
            "stop": 821045989
        },
        {
            "start": 821045993,
            "stop": 821046045
        },
        {
            "start": 821046059,
            "stop": 821046065
        },
        {
            "start": 821046073,
            "stop": 821046079
        },
        {
            "start": 821046093,
            "stop": 821046098
        },
        {
            "start": 821046127,
            "stop": 821046166
        },
        {
            "start": 821046173,
            "stop": 821046199
        },
        {
            "start": 821046236,
            "stop": 821046242
        },
        {
            "start": 821046256,
            "stop": 821046276
        },
        {
            "start": 821046283,
            "stop": 821046370
        },
        {
            "start": 821046733,
            "stop": 821046833
        },
        {
            "start": 821047149,
            "stop": 821047293
        },
        {
            "start": 821047301,
            "stop": 821047302
        },
        {
            "start": 821047321,
            "stop": 821047336
        },
        {
            "start": 821047340,
            "stop": 821047445
        },
        {
            "start": 821047450,
            "stop": 821047455
        },
        {
            "start": 821047460,
            "stop": 821047505
        }
    ]
}