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=258
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=259",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=257",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 258,
    "results": [
        {
            "start": 839398534,
            "stop": 839401327
        },
        {
            "start": 839407138,
            "stop": 839409293
        },
        {
            "start": 839409323,
            "stop": 839419152
        },
        {
            "start": 839419560,
            "stop": 839419689
        },
        {
            "start": 839419691,
            "stop": 839430608
        },
        {
            "start": 839430828,
            "stop": 839444421
        },
        {
            "start": 839445411,
            "stop": 839445587
        },
        {
            "start": 839448440,
            "stop": 839457128
        },
        {
            "start": 839457130,
            "stop": 839457142
        },
        {
            "start": 839457144,
            "stop": 839457195
        },
        {
            "start": 839461057,
            "stop": 839462593
        },
        {
            "start": 839463892,
            "stop": 839476186
        },
        {
            "start": 839476290,
            "stop": 839487275
        },
        {
            "start": 839489925,
            "stop": 839507470
        },
        {
            "start": 839508289,
            "stop": 839510136
        },
        {
            "start": 839510138,
            "stop": 839511130
        },
        {
            "start": 839513276,
            "stop": 839518157
        },
        {
            "start": 839520127,
            "stop": 839541349
        },
        {
            "start": 839541635,
            "stop": 839554373
        },
        {
            "start": 839554596,
            "stop": 839573036
        }
    ]
}