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=465
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=466",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=464",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 465,
    "results": [
        {
            "start": 861383027,
            "stop": 861383401
        },
        {
            "start": 861383525,
            "stop": 861384135
        },
        {
            "start": 861384138,
            "stop": 861384387
        },
        {
            "start": 861384950,
            "stop": 861393612
        },
        {
            "start": 861394259,
            "stop": 861394763
        },
        {
            "start": 861395797,
            "stop": 861397600
        },
        {
            "start": 861400818,
            "stop": 861405927
        },
        {
            "start": 861405929,
            "stop": 861413727
        },
        {
            "start": 861413729,
            "stop": 861416276
        },
        {
            "start": 861416367,
            "stop": 861430635
        },
        {
            "start": 861431814,
            "stop": 861437087
        },
        {
            "start": 861437089,
            "stop": 861446259
        },
        {
            "start": 861448032,
            "stop": 861452331
        },
        {
            "start": 861452740,
            "stop": 861452778
        },
        {
            "start": 861455097,
            "stop": 861458446
        },
        {
            "start": 861476823,
            "stop": 861477110
        },
        {
            "start": 861477988,
            "stop": 861478895
        },
        {
            "start": 861478984,
            "stop": 861479291
        },
        {
            "start": 861480123,
            "stop": 861483123
        },
        {
            "start": 861485075,
            "stop": 861487023
        }
    ]
}