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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=51",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=49",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 50,
    "results": [
        {
            "start": 1238192480,
            "stop": 1238192486
        },
        {
            "start": 1238192488,
            "stop": 1238192495
        },
        {
            "start": 1238192497,
            "stop": 1238192499
        },
        {
            "start": 1238192500,
            "stop": 1238192505
        },
        {
            "start": 1238192507,
            "stop": 1238192513
        },
        {
            "start": 1238192514,
            "stop": 1238192519
        },
        {
            "start": 1238192520,
            "stop": 1238192522
        },
        {
            "start": 1238192529,
            "stop": 1238192532
        },
        {
            "start": 1238192533,
            "stop": 1238192540
        },
        {
            "start": 1238192543,
            "stop": 1238192552
        },
        {
            "start": 1238192557,
            "stop": 1238192559
        },
        {
            "start": 1238192562,
            "stop": 1238192569
        },
        {
            "start": 1238192714,
            "stop": 1238193201
        },
        {
            "start": 1238193205,
            "stop": 1238193451
        },
        {
            "start": 1238193459,
            "stop": 1238193896
        },
        {
            "start": 1238197374,
            "stop": 1238197471
        },
        {
            "start": 1238197528,
            "stop": 1238197859
        },
        {
            "start": 1238197862,
            "stop": 1238197893
        },
        {
            "start": 1238197897,
            "stop": 1238199146
        },
        {
            "start": 1238199149,
            "stop": 1238200187
        }
    ]
}