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=559
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=560",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=558",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 559,
    "results": [
        {
            "start": 873211459,
            "stop": 873214254
        },
        {
            "start": 873215085,
            "stop": 873215103
        },
        {
            "start": 873215104,
            "stop": 873216454
        },
        {
            "start": 873219818,
            "stop": 873227684
        },
        {
            "start": 873229609,
            "stop": 873229612
        },
        {
            "start": 873229623,
            "stop": 873230761
        },
        {
            "start": 873231846,
            "stop": 873235093
        },
        {
            "start": 873235095,
            "stop": 873244781
        },
        {
            "start": 873249711,
            "stop": 873264349
        },
        {
            "start": 873264595,
            "stop": 873274128
        },
        {
            "start": 873275265,
            "stop": 873288595
        },
        {
            "start": 873288597,
            "stop": 873291359
        },
        {
            "start": 873292626,
            "stop": 873292713
        },
        {
            "start": 873292715,
            "stop": 873301983
        },
        {
            "start": 873301985,
            "stop": 873302023
        },
        {
            "start": 873304454,
            "stop": 873308606
        },
        {
            "start": 873308858,
            "stop": 873309402
        },
        {
            "start": 873309404,
            "stop": 873311186
        },
        {
            "start": 873312683,
            "stop": 873319125
        },
        {
            "start": 873319203,
            "stop": 873321308
        }
    ]
}