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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=328",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=326",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 327,
    "results": [
        {
            "start": 1264920194,
            "stop": 1264920200
        },
        {
            "start": 1264920202,
            "stop": 1264920204
        },
        {
            "start": 1264920205,
            "stop": 1264920206
        },
        {
            "start": 1264920207,
            "stop": 1264920225
        },
        {
            "start": 1264920226,
            "stop": 1264920311
        },
        {
            "start": 1264920312,
            "stop": 1264920475
        },
        {
            "start": 1264920476,
            "stop": 1264920477
        },
        {
            "start": 1264920478,
            "stop": 1264920480
        },
        {
            "start": 1264920481,
            "stop": 1264920486
        },
        {
            "start": 1264920487,
            "stop": 1264920490
        },
        {
            "start": 1264920492,
            "stop": 1264920510
        },
        {
            "start": 1264920511,
            "stop": 1264920516
        },
        {
            "start": 1264920518,
            "stop": 1264920525
        },
        {
            "start": 1264920528,
            "stop": 1264922755
        },
        {
            "start": 1264922756,
            "stop": 1264923546
        },
        {
            "start": 1264923548,
            "stop": 1264923571
        },
        {
            "start": 1264923572,
            "stop": 1264923575
        },
        {
            "start": 1264923576,
            "stop": 1264923585
        },
        {
            "start": 1264923587,
            "stop": 1264923606
        },
        {
            "start": 1264923609,
            "stop": 1264923636
        }
    ]
}