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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=4",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 5,
    "results": [
        {
            "start": 1238178704,
            "stop": 1238178724
        },
        {
            "start": 1238178726,
            "stop": 1238178738
        },
        {
            "start": 1238178743,
            "stop": 1238178753
        },
        {
            "start": 1238178760,
            "stop": 1238178777
        },
        {
            "start": 1238178780,
            "stop": 1238178783
        },
        {
            "start": 1238178784,
            "stop": 1238178785
        },
        {
            "start": 1238178787,
            "stop": 1238178793
        },
        {
            "start": 1238178798,
            "stop": 1238178804
        },
        {
            "start": 1238178810,
            "stop": 1238178813
        },
        {
            "start": 1238178818,
            "stop": 1238178848
        },
        {
            "start": 1238178853,
            "stop": 1238178860
        },
        {
            "start": 1238178863,
            "stop": 1238178867
        },
        {
            "start": 1238178872,
            "stop": 1238178885
        },
        {
            "start": 1238178888,
            "stop": 1238178892
        },
        {
            "start": 1238178893,
            "stop": 1238178905
        },
        {
            "start": 1238178910,
            "stop": 1238178913
        },
        {
            "start": 1238178916,
            "stop": 1238178919
        },
        {
            "start": 1238178920,
            "stop": 1238178922
        },
        {
            "start": 1238178923,
            "stop": 1238178940
        },
        {
            "start": 1238178944,
            "stop": 1238178956
        }
    ]
}