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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=436",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT3/segments?format=api&page=434",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 435,
    "results": [
        {
            "start": 1261637825,
            "stop": 1261637889
        },
        {
            "start": 1261637892,
            "stop": 1261638230
        },
        {
            "start": 1261638233,
            "stop": 1261638237
        },
        {
            "start": 1261638240,
            "stop": 1261638242
        },
        {
            "start": 1261638245,
            "stop": 1261638357
        },
        {
            "start": 1261638360,
            "stop": 1261638502
        },
        {
            "start": 1261638505,
            "stop": 1261638531
        },
        {
            "start": 1261638534,
            "stop": 1261638535
        },
        {
            "start": 1261638537,
            "stop": 1261638539
        },
        {
            "start": 1261638542,
            "stop": 1261638564
        },
        {
            "start": 1261638567,
            "stop": 1261638568
        },
        {
            "start": 1261638571,
            "stop": 1261638972
        },
        {
            "start": 1261638975,
            "stop": 1261639124
        },
        {
            "start": 1261639127,
            "stop": 1261639132
        },
        {
            "start": 1261639135,
            "stop": 1261639140
        },
        {
            "start": 1261639143,
            "stop": 1261639149
        },
        {
            "start": 1261639152,
            "stop": 1261639153
        },
        {
            "start": 1261639156,
            "stop": 1261639178
        },
        {
            "start": 1261639181,
            "stop": 1261639236
        },
        {
            "start": 1261639239,
            "stop": 1261639320
        }
    ]
}