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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=129",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=127",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 128,
    "results": [
        {
            "start": 836934953,
            "stop": 836939133
        },
        {
            "start": 836939151,
            "stop": 836939164
        },
        {
            "start": 836939178,
            "stop": 836940321
        },
        {
            "start": 836948220,
            "stop": 836948869
        },
        {
            "start": 836949995,
            "stop": 836953331
        },
        {
            "start": 836954280,
            "stop": 836958118
        },
        {
            "start": 836959404,
            "stop": 836959788
        },
        {
            "start": 836959861,
            "stop": 836965112
        },
        {
            "start": 836966925,
            "stop": 836968247
        },
        {
            "start": 836968253,
            "stop": 836973495
        },
        {
            "start": 836973536,
            "stop": 837010952
        },
        {
            "start": 837010959,
            "stop": 837011525
        },
        {
            "start": 837011529,
            "stop": 837014296
        },
        {
            "start": 837014303,
            "stop": 837014308
        },
        {
            "start": 837014315,
            "stop": 837025903
        },
        {
            "start": 837027449,
            "stop": 837033737
        },
        {
            "start": 837034728,
            "stop": 837038085
        },
        {
            "start": 837038990,
            "stop": 837070868
        },
        {
            "start": 837072567,
            "stop": 837072663
        },
        {
            "start": 837072670,
            "stop": 837073725
        }
    ]
}