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

{
    "next": "https://gwosc.org/api/v2/runs/O3GK/timelines/G1_BURST_CAT2/segments?format=api&page=2",
    "previous": null,
    "results_count": 94,
    "results_per_page": 20,
    "num_pages": 5,
    "page_number": 1,
    "results": [
        {
            "start": 1270281618,
            "stop": 1270284095
        },
        {
            "start": 1270284421,
            "stop": 1270285851
        },
        {
            "start": 1270286108,
            "stop": 1270286283
        },
        {
            "start": 1270294751,
            "stop": 1270298991
        },
        {
            "start": 1270299293,
            "stop": 1270302304
        },
        {
            "start": 1270313355,
            "stop": 1270363787
        },
        {
            "start": 1270364108,
            "stop": 1270365544
        },
        {
            "start": 1270365809,
            "stop": 1270370895
        },
        {
            "start": 1270374447,
            "stop": 1270381640
        },
        {
            "start": 1270381687,
            "stop": 1270382685
        },
        {
            "start": 1270383007,
            "stop": 1270385504
        },
        {
            "start": 1270385819,
            "stop": 1270390899
        },
        {
            "start": 1270391101,
            "stop": 1270392648
        },
        {
            "start": 1270392649,
            "stop": 1270393252
        },
        {
            "start": 1270393513,
            "stop": 1270402090
        },
        {
            "start": 1270402363,
            "stop": 1270428966
        },
        {
            "start": 1270429819,
            "stop": 1270429888
        },
        {
            "start": 1270430642,
            "stop": 1270438167
        },
        {
            "start": 1270438483,
            "stop": 1270440072
        },
        {
            "start": 1270440442,
            "stop": 1270442111
        }
    ]
}