Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1004
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1005",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1003",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1004,
    "results": [
        {
            "start": 1251939904,
            "stop": 1251941575
        },
        {
            "start": 1251941580,
            "stop": 1251944902
        },
        {
            "start": 1251944905,
            "stop": 1251944915
        },
        {
            "start": 1251944919,
            "stop": 1251946066
        },
        {
            "start": 1251946069,
            "stop": 1251946718
        },
        {
            "start": 1251946723,
            "stop": 1251946999
        },
        {
            "start": 1251947004,
            "stop": 1251947126
        },
        {
            "start": 1251947129,
            "stop": 1251947374
        },
        {
            "start": 1251947377,
            "stop": 1251947634
        },
        {
            "start": 1251947637,
            "stop": 1251947656
        },
        {
            "start": 1251947659,
            "stop": 1251947687
        },
        {
            "start": 1251947689,
            "stop": 1251947737
        },
        {
            "start": 1251947740,
            "stop": 1251947747
        },
        {
            "start": 1251947749,
            "stop": 1251949751
        },
        {
            "start": 1251949755,
            "stop": 1251951166
        },
        {
            "start": 1251951169,
            "stop": 1251951425
        },
        {
            "start": 1251951432,
            "stop": 1251952022
        },
        {
            "start": 1251952027,
            "stop": 1251952030
        },
        {
            "start": 1251952035,
            "stop": 1251952039
        },
        {
            "start": 1251952043,
            "stop": 1251952046
        }
    ]
}