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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CBC_CAT2/segments?format=api&page=12",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CBC_CAT2/segments?format=api&page=10",
    "results_count": 956,
    "results_per_page": 20,
    "num_pages": 48,
    "page_number": 11,
    "results": [
        {
            "start": 1401247475,
            "stop": 1401283699
        },
        {
            "start": 1401287024,
            "stop": 1401290191
        },
        {
            "start": 1401290709,
            "stop": 1401301824
        },
        {
            "start": 1401303792,
            "stop": 1401313882
        },
        {
            "start": 1401317859,
            "stop": 1401401952
        },
        {
            "start": 1401409936,
            "stop": 1401411777
        },
        {
            "start": 1401415424,
            "stop": 1401434223
        },
        {
            "start": 1401439698,
            "stop": 1401463665
        },
        {
            "start": 1401505767,
            "stop": 1401508129
        },
        {
            "start": 1401513594,
            "stop": 1401544435
        },
        {
            "start": 1401602971,
            "stop": 1401610034
        },
        {
            "start": 1401696321,
            "stop": 1401704481
        },
        {
            "start": 1402046551,
            "stop": 1402069832
        },
        {
            "start": 1402079629,
            "stop": 1402151122
        },
        {
            "start": 1402200167,
            "stop": 1402263285
        },
        {
            "start": 1402270105,
            "stop": 1402279670
        },
        {
            "start": 1402280002,
            "stop": 1402328233
        },
        {
            "start": 1402342380,
            "stop": 1402343308
        },
        {
            "start": 1402348089,
            "stop": 1402351373
        },
        {
            "start": 1402351626,
            "stop": 1402357630
        }
    ]
}