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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=204",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=202",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 203,
    "results": [
        {
            "start": 1126837409,
            "stop": 1126837410
        },
        {
            "start": 1126837411,
            "stop": 1126837416
        },
        {
            "start": 1126837417,
            "stop": 1126837484
        },
        {
            "start": 1126837485,
            "stop": 1126837492
        },
        {
            "start": 1126837493,
            "stop": 1126837514
        },
        {
            "start": 1126837521,
            "stop": 1126837552
        },
        {
            "start": 1126837554,
            "stop": 1126837557
        },
        {
            "start": 1126837559,
            "stop": 1126837560
        },
        {
            "start": 1126837561,
            "stop": 1126837562
        },
        {
            "start": 1126837564,
            "stop": 1126837566
        },
        {
            "start": 1126837567,
            "stop": 1126837568
        },
        {
            "start": 1126837569,
            "stop": 1126837583
        },
        {
            "start": 1126837584,
            "stop": 1126837614
        },
        {
            "start": 1126837617,
            "stop": 1126837624
        },
        {
            "start": 1126837625,
            "stop": 1126837626
        },
        {
            "start": 1126837629,
            "stop": 1126837631
        },
        {
            "start": 1126837633,
            "stop": 1126837634
        },
        {
            "start": 1126837635,
            "stop": 1126837763
        },
        {
            "start": 1126837764,
            "stop": 1126837996
        },
        {
            "start": 1126837997,
            "stop": 1126838056
        }
    ]
}