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=78
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=79",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=77",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 78,
    "results": [
        {
            "start": 1126536527,
            "stop": 1126536538
        },
        {
            "start": 1126536540,
            "stop": 1126536576
        },
        {
            "start": 1126536577,
            "stop": 1126536580
        },
        {
            "start": 1126536582,
            "stop": 1126536596
        },
        {
            "start": 1126536598,
            "stop": 1126536634
        },
        {
            "start": 1126536636,
            "stop": 1126536641
        },
        {
            "start": 1126536642,
            "stop": 1126536643
        },
        {
            "start": 1126536644,
            "stop": 1126536650
        },
        {
            "start": 1126536653,
            "stop": 1126536764
        },
        {
            "start": 1126536766,
            "stop": 1126536836
        },
        {
            "start": 1126536837,
            "stop": 1126536908
        },
        {
            "start": 1126536909,
            "stop": 1126536926
        },
        {
            "start": 1126536928,
            "stop": 1126536939
        },
        {
            "start": 1126536940,
            "stop": 1126536942
        },
        {
            "start": 1126536944,
            "stop": 1126537064
        },
        {
            "start": 1126537066,
            "stop": 1126537146
        },
        {
            "start": 1126537147,
            "stop": 1126537212
        },
        {
            "start": 1126537214,
            "stop": 1126537219
        },
        {
            "start": 1126537221,
            "stop": 1126537269
        },
        {
            "start": 1126537271,
            "stop": 1126537393
        }
    ]
}