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=157
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=158",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=156",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 157,
    "results": [
        {
            "start": 819846336,
            "stop": 819846709
        },
        {
            "start": 819846716,
            "stop": 819846742
        },
        {
            "start": 819846749,
            "stop": 819847130
        },
        {
            "start": 819847137,
            "stop": 819847147
        },
        {
            "start": 819847154,
            "stop": 819847603
        },
        {
            "start": 819847784,
            "stop": 819847879
        },
        {
            "start": 819847887,
            "stop": 819848169
        },
        {
            "start": 819848176,
            "stop": 819848440
        },
        {
            "start": 819848624,
            "stop": 819848913
        },
        {
            "start": 819848920,
            "stop": 819849345
        },
        {
            "start": 819849352,
            "stop": 819849401
        },
        {
            "start": 819849408,
            "stop": 819849426
        },
        {
            "start": 819849433,
            "stop": 819849463
        },
        {
            "start": 819850003,
            "stop": 819850320
        },
        {
            "start": 819850327,
            "stop": 819851676
        },
        {
            "start": 819851684,
            "stop": 819851931
        },
        {
            "start": 819851939,
            "stop": 819852055
        },
        {
            "start": 819852062,
            "stop": 819852366
        },
        {
            "start": 819852373,
            "stop": 819852974
        },
        {
            "start": 819852982,
            "stop": 819853732
        }
    ]
}