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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=437",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=435",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 436,
    "results": [
        {
            "start": 1264380264,
            "stop": 1264380265
        },
        {
            "start": 1264380266,
            "stop": 1264380271
        },
        {
            "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
        }
    ]
}