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=271
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=272",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=270",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 271,
    "results": [
        {
            "start": 1264623325,
            "stop": 1264623326
        },
        {
            "start": 1264623329,
            "stop": 1264623353
        },
        {
            "start": 1264623355,
            "stop": 1264623529
        },
        {
            "start": 1264623530,
            "stop": 1264623531
        },
        {
            "start": 1264623532,
            "stop": 1264623533
        },
        {
            "start": 1264623535,
            "stop": 1264623538
        },
        {
            "start": 1264623540,
            "stop": 1264623557
        },
        {
            "start": 1264623558,
            "stop": 1264623569
        },
        {
            "start": 1264623572,
            "stop": 1264623769
        },
        {
            "start": 1264623770,
            "stop": 1264623771
        },
        {
            "start": 1264623774,
            "stop": 1264623775
        },
        {
            "start": 1264623776,
            "stop": 1264623777
        },
        {
            "start": 1264623778,
            "stop": 1264623779
        },
        {
            "start": 1264623780,
            "stop": 1264623783
        },
        {
            "start": 1264623784,
            "stop": 1264623788
        },
        {
            "start": 1264623789,
            "stop": 1264623822
        },
        {
            "start": 1264623823,
            "stop": 1264623824
        },
        {
            "start": 1264623825,
            "stop": 1264623826
        },
        {
            "start": 1264623827,
            "stop": 1264623828
        },
        {
            "start": 1264623830,
            "stop": 1264623832
        }
    ]
}