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=198
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=199",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=197",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 198,
    "results": [
        {
            "start": 1264380272,
            "stop": 1264380273
        },
        {
            "start": 1264380274,
            "stop": 1264380300
        },
        {
            "start": 1264380301,
            "stop": 1264380319
        },
        {
            "start": 1264380322,
            "stop": 1264380405
        },
        {
            "start": 1264380408,
            "stop": 1264380414
        },
        {
            "start": 1264380417,
            "stop": 1264380461
        },
        {
            "start": 1264380462,
            "stop": 1264380469
        },
        {
            "start": 1264380472,
            "stop": 1264380477
        },
        {
            "start": 1264380481,
            "stop": 1264380486
        },
        {
            "start": 1264380489,
            "stop": 1264380565
        },
        {
            "start": 1264380566,
            "stop": 1264380573
        },
        {
            "start": 1264380574,
            "stop": 1264380579
        },
        {
            "start": 1264380580,
            "stop": 1264380582
        },
        {
            "start": 1264380583,
            "stop": 1264380588
        },
        {
            "start": 1264380589,
            "stop": 1264380596
        },
        {
            "start": 1264380598,
            "stop": 1264380634
        },
        {
            "start": 1264380637,
            "stop": 1264380642
        },
        {
            "start": 1264380644,
            "stop": 1264380671
        },
        {
            "start": 1264380672,
            "stop": 1264380705
        },
        {
            "start": 1264380706,
            "stop": 1264380711
        }
    ]
}