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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT3/segments?format=api&page=182",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_CBC_CAT3/segments?format=api&page=180",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 181,
    "results": [
        {
            "start": 1419876106,
            "stop": 1419876126
        },
        {
            "start": 1419876130,
            "stop": 1419876214
        },
        {
            "start": 1419876218,
            "stop": 1419876313
        },
        {
            "start": 1419876314,
            "stop": 1419876318
        },
        {
            "start": 1419876323,
            "stop": 1419876390
        },
        {
            "start": 1419882792,
            "stop": 1419882969
        },
        {
            "start": 1419882974,
            "stop": 1419883113
        },
        {
            "start": 1419883122,
            "stop": 1419883153
        },
        {
            "start": 1419883157,
            "stop": 1419883373
        },
        {
            "start": 1419883385,
            "stop": 1419883454
        },
        {
            "start": 1419883456,
            "stop": 1419883557
        },
        {
            "start": 1419886428,
            "stop": 1419886558
        },
        {
            "start": 1419886566,
            "stop": 1419886590
        },
        {
            "start": 1419886595,
            "stop": 1419886645
        },
        {
            "start": 1419886647,
            "stop": 1419886710
        },
        {
            "start": 1419886714,
            "stop": 1419886742
        },
        {
            "start": 1419886746,
            "stop": 1419886789
        },
        {
            "start": 1419945046,
            "stop": 1419945085
        },
        {
            "start": 1419945087,
            "stop": 1419945146
        },
        {
            "start": 1419945147,
            "stop": 1419945149
        }
    ]
}