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=530
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=531",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=529",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 530,
    "results": [
        {
            "start": 1264760441,
            "stop": 1264760745
        },
        {
            "start": 1264760748,
            "stop": 1264761218
        },
        {
            "start": 1264761220,
            "stop": 1264761936
        },
        {
            "start": 1264761939,
            "stop": 1264762462
        },
        {
            "start": 1264762463,
            "stop": 1264762466
        },
        {
            "start": 1264762467,
            "stop": 1264762487
        },
        {
            "start": 1264762492,
            "stop": 1264762495
        },
        {
            "start": 1264762496,
            "stop": 1264762514
        },
        {
            "start": 1264762515,
            "stop": 1264762522
        },
        {
            "start": 1264762523,
            "stop": 1264762524
        },
        {
            "start": 1264762526,
            "stop": 1264762551
        },
        {
            "start": 1264762553,
            "stop": 1264762560
        },
        {
            "start": 1264762561,
            "stop": 1264762606
        },
        {
            "start": 1264762607,
            "stop": 1264762656
        },
        {
            "start": 1264762657,
            "stop": 1264762664
        },
        {
            "start": 1264762666,
            "stop": 1264762668
        },
        {
            "start": 1264762670,
            "stop": 1264762675
        },
        {
            "start": 1264762676,
            "stop": 1264762677
        },
        {
            "start": 1264762680,
            "stop": 1264762682
        },
        {
            "start": 1264762683,
            "stop": 1264762705
        }
    ]
}