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/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=705
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=706",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=704",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 705,
    "results": [
        {
            "start": 1248868525,
            "stop": 1248875043
        },
        {
            "start": 1248875047,
            "stop": 1248877447
        },
        {
            "start": 1248877455,
            "stop": 1248878831
        },
        {
            "start": 1248878834,
            "stop": 1248880532
        },
        {
            "start": 1248938388,
            "stop": 1248941925
        },
        {
            "start": 1248941930,
            "stop": 1248943115
        },
        {
            "start": 1248943120,
            "stop": 1248943170
        },
        {
            "start": 1248943174,
            "stop": 1248944173
        },
        {
            "start": 1248949865,
            "stop": 1248950050
        },
        {
            "start": 1248950055,
            "stop": 1248950988
        },
        {
            "start": 1248950993,
            "stop": 1248951024
        },
        {
            "start": 1248951029,
            "stop": 1248951032
        },
        {
            "start": 1248951036,
            "stop": 1248951141
        },
        {
            "start": 1248951146,
            "stop": 1248951149
        },
        {
            "start": 1248951152,
            "stop": 1248951165
        },
        {
            "start": 1248951170,
            "stop": 1248951171
        },
        {
            "start": 1248951176,
            "stop": 1248951180
        },
        {
            "start": 1248951183,
            "stop": 1248951184
        },
        {
            "start": 1248951189,
            "stop": 1248951212
        },
        {
            "start": 1248951216,
            "stop": 1248951294
        }
    ]
}