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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=246",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=244",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 245,
    "results": [
        {
            "start": 960291969,
            "stop": 960294716
        },
        {
            "start": 960295366,
            "stop": 960295496
        },
        {
            "start": 960296234,
            "stop": 960300577
        },
        {
            "start": 960304791,
            "stop": 960308247
        },
        {
            "start": 960313504,
            "stop": 960314904
        },
        {
            "start": 960321863,
            "stop": 960325285
        },
        {
            "start": 960345431,
            "stop": 960348816
        },
        {
            "start": 960360940,
            "stop": 960361690
        },
        {
            "start": 960370821,
            "stop": 960370917
        },
        {
            "start": 960426011,
            "stop": 960430543
        },
        {
            "start": 960435015,
            "stop": 960435755
        },
        {
            "start": 960438001,
            "stop": 960444860
        },
        {
            "start": 960446732,
            "stop": 960450767
        },
        {
            "start": 960452516,
            "stop": 960454962
        },
        {
            "start": 960457869,
            "stop": 960460233
        },
        {
            "start": 960461893,
            "stop": 960462251
        },
        {
            "start": 960464237,
            "stop": 960465549
        },
        {
            "start": 960468014,
            "stop": 960470636
        },
        {
            "start": 960476822,
            "stop": 960482023
        },
        {
            "start": 960484902,
            "stop": 960485389
        }
    ]
}