Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=111
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=112",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=110",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 111,
    "results": [
        {
            "start": 825589888,
            "stop": 825589906
        },
        {
            "start": 825591383,
            "stop": 825591831
        },
        {
            "start": 825596258,
            "stop": 825603419
        },
        {
            "start": 825603421,
            "stop": 825603423
        },
        {
            "start": 825603429,
            "stop": 825603450
        },
        {
            "start": 825603452,
            "stop": 825603458
        },
        {
            "start": 825603461,
            "stop": 825603471
        },
        {
            "start": 825603474,
            "stop": 825603475
        },
        {
            "start": 825603477,
            "stop": 825603507
        },
        {
            "start": 825603518,
            "stop": 825603531
        },
        {
            "start": 825603536,
            "stop": 825603538
        },
        {
            "start": 825603541,
            "stop": 825603545
        },
        {
            "start": 825603550,
            "stop": 825603551
        },
        {
            "start": 825603556,
            "stop": 825603585
        },
        {
            "start": 825604800,
            "stop": 825605342
        },
        {
            "start": 825606112,
            "stop": 825606783
        },
        {
            "start": 825606906,
            "stop": 825610401
        },
        {
            "start": 825611493,
            "stop": 825618013
        },
        {
            "start": 825618144,
            "stop": 825618447
        },
        {
            "start": 825618450,
            "stop": 825618451
        }
    ]
}