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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=215",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=213",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 214,
    "results": [
        {
            "start": 835043997,
            "stop": 835045602
        },
        {
            "start": 835045730,
            "stop": 835054098
        },
        {
            "start": 835054100,
            "stop": 835055052
        },
        {
            "start": 835056008,
            "stop": 835077792
        },
        {
            "start": 835078252,
            "stop": 835082692
        },
        {
            "start": 835084272,
            "stop": 835088534
        },
        {
            "start": 835088536,
            "stop": 835096571
        },
        {
            "start": 835096573,
            "stop": 835096616
        },
        {
            "start": 835096692,
            "stop": 835102765
        },
        {
            "start": 835104991,
            "stop": 835107014
        },
        {
            "start": 835108661,
            "stop": 835109848
        },
        {
            "start": 835111354,
            "stop": 835113810
        },
        {
            "start": 835114339,
            "stop": 835114870
        },
        {
            "start": 835115557,
            "stop": 835117593
        },
        {
            "start": 835117689,
            "stop": 835118497
        },
        {
            "start": 835118667,
            "stop": 835120030
        },
        {
            "start": 835120129,
            "stop": 835120274
        },
        {
            "start": 835121359,
            "stop": 835126177
        },
        {
            "start": 835126268,
            "stop": 835130310
        },
        {
            "start": 835130481,
            "stop": 835152005
        }
    ]
}