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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=245",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=243",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 244,
    "results": [
        {
            "start": 851783578,
            "stop": 851783593
        },
        {
            "start": 851783597,
            "stop": 851783607
        },
        {
            "start": 851783611,
            "stop": 851783617
        },
        {
            "start": 851783626,
            "stop": 851783631
        },
        {
            "start": 851783635,
            "stop": 851783641
        },
        {
            "start": 851783645,
            "stop": 851783670
        },
        {
            "start": 851783679,
            "stop": 851783700
        },
        {
            "start": 851783723,
            "stop": 851783728
        },
        {
            "start": 851783733,
            "stop": 851783748
        },
        {
            "start": 851783751,
            "stop": 851783763
        },
        {
            "start": 851783782,
            "stop": 851783802
        },
        {
            "start": 851783820,
            "stop": 851783837
        },
        {
            "start": 851783841,
            "stop": 851783866
        },
        {
            "start": 851783904,
            "stop": 851783910
        },
        {
            "start": 851783924,
            "stop": 851783948
        },
        {
            "start": 851783952,
            "stop": 851783963
        },
        {
            "start": 851783967,
            "stop": 851783977
        },
        {
            "start": 851783981,
            "stop": 851784049
        },
        {
            "start": 851784053,
            "stop": 851784073
        },
        {
            "start": 851784077,
            "stop": 851784083
        }
    ]
}