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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5236",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5234",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5235,
    "results": [
        {
            "start": 1136374934,
            "stop": 1136374956
        },
        {
            "start": 1136374958,
            "stop": 1136375274
        },
        {
            "start": 1136375276,
            "stop": 1136375308
        },
        {
            "start": 1136375310,
            "stop": 1136375512
        },
        {
            "start": 1136375514,
            "stop": 1136375516
        },
        {
            "start": 1136375518,
            "stop": 1136375568
        },
        {
            "start": 1136375570,
            "stop": 1136375580
        },
        {
            "start": 1136375582,
            "stop": 1136375655
        },
        {
            "start": 1136375657,
            "stop": 1136375664
        },
        {
            "start": 1136375666,
            "stop": 1136375685
        },
        {
            "start": 1136375687,
            "stop": 1136375723
        },
        {
            "start": 1136375725,
            "stop": 1136375973
        },
        {
            "start": 1136375975,
            "stop": 1136376034
        },
        {
            "start": 1136376036,
            "stop": 1136376167
        },
        {
            "start": 1136376169,
            "stop": 1136376196
        },
        {
            "start": 1136376199,
            "stop": 1136376217
        },
        {
            "start": 1136376219,
            "stop": 1136376275
        },
        {
            "start": 1136376277,
            "stop": 1136376372
        },
        {
            "start": 1136376375,
            "stop": 1136376423
        },
        {
            "start": 1136376425,
            "stop": 1136376471
        }
    ]
}