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=164
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=165",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=163",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 164,
    "results": [
        {
            "start": 1264351267,
            "stop": 1264351268
        },
        {
            "start": 1264351269,
            "stop": 1264351272
        },
        {
            "start": 1264351273,
            "stop": 1264351297
        },
        {
            "start": 1264351298,
            "stop": 1264351302
        },
        {
            "start": 1264351305,
            "stop": 1264351310
        },
        {
            "start": 1264351311,
            "stop": 1264351320
        },
        {
            "start": 1264351324,
            "stop": 1264351334
        },
        {
            "start": 1264351335,
            "stop": 1264351337
        },
        {
            "start": 1264351338,
            "stop": 1264351339
        },
        {
            "start": 1264351340,
            "stop": 1264351343
        },
        {
            "start": 1264351344,
            "stop": 1264351345
        },
        {
            "start": 1264351346,
            "stop": 1264351357
        },
        {
            "start": 1264351358,
            "stop": 1264351364
        },
        {
            "start": 1264351365,
            "stop": 1264351366
        },
        {
            "start": 1264351367,
            "stop": 1264351371
        },
        {
            "start": 1264351373,
            "stop": 1264351374
        },
        {
            "start": 1264351376,
            "stop": 1264351378
        },
        {
            "start": 1264351380,
            "stop": 1264351381
        },
        {
            "start": 1264351385,
            "stop": 1264351516
        },
        {
            "start": 1264351518,
            "stop": 1264351522
        }
    ]
}