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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=285",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=283",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 284,
    "results": [
        {
            "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
        },
        {
            "start": 851784091,
            "stop": 851784097
        },
        {
            "start": 851784105,
            "stop": 851784121
        },
        {
            "start": 851784130,
            "stop": 851784156
        },
        {
            "start": 851784164,
            "stop": 851784175
        }
    ]
}