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=319
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=320",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=318",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 319,
    "results": [
        {
            "start": 860342259,
            "stop": 860342692
        },
        {
            "start": 860342751,
            "stop": 860342770
        },
        {
            "start": 860342789,
            "stop": 860342813
        },
        {
            "start": 860342867,
            "stop": 860342910
        },
        {
            "start": 860343966,
            "stop": 860346947
        },
        {
            "start": 860346968,
            "stop": 860347002
        },
        {
            "start": 860347023,
            "stop": 860347030
        },
        {
            "start": 860347119,
            "stop": 860347152
        },
        {
            "start": 860347171,
            "stop": 860347413
        },
        {
            "start": 860347990,
            "stop": 860348904
        },
        {
            "start": 860348926,
            "stop": 860351467
        },
        {
            "start": 860351488,
            "stop": 860351492
        },
        {
            "start": 860351563,
            "stop": 860351579
        },
        {
            "start": 860351601,
            "stop": 860352385
        },
        {
            "start": 860352404,
            "stop": 860356170
        },
        {
            "start": 860356760,
            "stop": 860357599
        },
        {
            "start": 860358734,
            "stop": 860363981
        },
        {
            "start": 860365309,
            "stop": 860366130
        },
        {
            "start": 860367239,
            "stop": 860367270
        },
        {
            "start": 860367550,
            "stop": 860371195
        }
    ]
}