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=5217
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=5218",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5216",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5217,
    "results": [
        {
            "start": 1137045463,
            "stop": 1137045465
        },
        {
            "start": 1137045467,
            "stop": 1137045494
        },
        {
            "start": 1137045495,
            "stop": 1137045523
        },
        {
            "start": 1137045525,
            "stop": 1137045531
        },
        {
            "start": 1137045533,
            "stop": 1137045534
        },
        {
            "start": 1137045536,
            "stop": 1137045556
        },
        {
            "start": 1137045558,
            "stop": 1137045629
        },
        {
            "start": 1137045631,
            "stop": 1137045668
        },
        {
            "start": 1137045670,
            "stop": 1137045671
        },
        {
            "start": 1137045673,
            "stop": 1137045675
        },
        {
            "start": 1137045677,
            "stop": 1137045678
        },
        {
            "start": 1137045680,
            "stop": 1137045720
        },
        {
            "start": 1137045722,
            "stop": 1137045731
        },
        {
            "start": 1137045733,
            "stop": 1137045750
        },
        {
            "start": 1137045752,
            "stop": 1137045754
        },
        {
            "start": 1137045756,
            "stop": 1137045770
        },
        {
            "start": 1137045773,
            "stop": 1137045787
        },
        {
            "start": 1137045790,
            "stop": 1137045808
        },
        {
            "start": 1137045810,
            "stop": 1137045830
        },
        {
            "start": 1137045833,
            "stop": 1137045888
        }
    ]
}