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=5204
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=5205",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5203",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5204,
    "results": [
        {
            "start": 1136281976,
            "stop": 1136281993
        },
        {
            "start": 1136281995,
            "stop": 1136282015
        },
        {
            "start": 1136282017,
            "stop": 1136282025
        },
        {
            "start": 1136282027,
            "stop": 1136282036
        },
        {
            "start": 1136282038,
            "stop": 1136282046
        },
        {
            "start": 1136282048,
            "stop": 1136282075
        },
        {
            "start": 1136282077,
            "stop": 1136282173
        },
        {
            "start": 1136282175,
            "stop": 1136282197
        },
        {
            "start": 1136282199,
            "stop": 1136282208
        },
        {
            "start": 1136282210,
            "stop": 1136282270
        },
        {
            "start": 1136282272,
            "stop": 1136282327
        },
        {
            "start": 1136282331,
            "stop": 1136282340
        },
        {
            "start": 1136282342,
            "stop": 1136282350
        },
        {
            "start": 1136282352,
            "stop": 1136282444
        },
        {
            "start": 1136282446,
            "stop": 1136282493
        },
        {
            "start": 1136282495,
            "stop": 1136282596
        },
        {
            "start": 1136282597,
            "stop": 1136282604
        },
        {
            "start": 1136282606,
            "stop": 1136282633
        },
        {
            "start": 1136282635,
            "stop": 1136282648
        },
        {
            "start": 1136282650,
            "stop": 1136282688
        }
    ]
}