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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=109",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=107",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 108,
    "results": [
        {
            "start": 1264113975,
            "stop": 1264113981
        },
        {
            "start": 1264113983,
            "stop": 1264113988
        },
        {
            "start": 1264113991,
            "stop": 1264114032
        },
        {
            "start": 1264114033,
            "stop": 1264114034
        },
        {
            "start": 1264114036,
            "stop": 1264114045
        },
        {
            "start": 1264114046,
            "stop": 1264114059
        },
        {
            "start": 1264114064,
            "stop": 1264114067
        },
        {
            "start": 1264114071,
            "stop": 1264114165
        },
        {
            "start": 1264114166,
            "stop": 1264114212
        },
        {
            "start": 1264114215,
            "stop": 1264114279
        },
        {
            "start": 1264114281,
            "stop": 1264114323
        },
        {
            "start": 1264114324,
            "stop": 1264114325
        },
        {
            "start": 1264114327,
            "stop": 1264114338
        },
        {
            "start": 1264114341,
            "stop": 1264114347
        },
        {
            "start": 1264114349,
            "stop": 1264114376
        },
        {
            "start": 1264114378,
            "stop": 1264114384
        },
        {
            "start": 1264114386,
            "stop": 1264114406
        },
        {
            "start": 1264114408,
            "stop": 1264114454
        },
        {
            "start": 1264114456,
            "stop": 1264114503
        },
        {
            "start": 1264114505,
            "stop": 1264114538
        }
    ]
}