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=59
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=60",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=58",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 59,
    "results": [
        {
            "start": 821715480,
            "stop": 821715590
        },
        {
            "start": 821715591,
            "stop": 821716221
        },
        {
            "start": 821716223,
            "stop": 821716582
        },
        {
            "start": 821716584,
            "stop": 821717021
        },
        {
            "start": 821717023,
            "stop": 821717395
        },
        {
            "start": 821717397,
            "stop": 821717414
        },
        {
            "start": 821717416,
            "stop": 821717479
        },
        {
            "start": 821717481,
            "stop": 821718058
        },
        {
            "start": 821718060,
            "stop": 821718662
        },
        {
            "start": 821730464,
            "stop": 821732145
        },
        {
            "start": 821732146,
            "stop": 821732744
        },
        {
            "start": 821748924,
            "stop": 821750777
        },
        {
            "start": 821750880,
            "stop": 821754552
        },
        {
            "start": 821755693,
            "stop": 821757244
        },
        {
            "start": 821760530,
            "stop": 821767615
        },
        {
            "start": 821767678,
            "stop": 821767812
        },
        {
            "start": 821768263,
            "stop": 821776403
        },
        {
            "start": 821776524,
            "stop": 821780245
        },
        {
            "start": 821780247,
            "stop": 821780268
        },
        {
            "start": 821780270,
            "stop": 821780298
        }
    ]
}