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=103
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=104",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=102",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 103,
    "results": [
        {
            "start": 825090173,
            "stop": 825096841
        },
        {
            "start": 825096904,
            "stop": 825100621
        },
        {
            "start": 825100623,
            "stop": 825101138
        },
        {
            "start": 825103061,
            "stop": 825105346
        },
        {
            "start": 825105350,
            "stop": 825105368
        },
        {
            "start": 825105369,
            "stop": 825105373
        },
        {
            "start": 825105376,
            "stop": 825105387
        },
        {
            "start": 825105393,
            "stop": 825105396
        },
        {
            "start": 825106777,
            "stop": 825106909
        },
        {
            "start": 825108532,
            "stop": 825109634
        },
        {
            "start": 825110445,
            "stop": 825110631
        },
        {
            "start": 825110702,
            "stop": 825113555
        },
        {
            "start": 825113556,
            "stop": 825113567
        },
        {
            "start": 825113569,
            "stop": 825113604
        },
        {
            "start": 825115278,
            "stop": 825117189
        },
        {
            "start": 825118631,
            "stop": 825119336
        },
        {
            "start": 825121137,
            "stop": 825121821
        },
        {
            "start": 825122650,
            "stop": 825127966
        },
        {
            "start": 825129086,
            "stop": 825130140
        },
        {
            "start": 825134375,
            "stop": 825135756
        }
    ]
}