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/O3b/timelines/L1_BURST_CAT1/segments?format=api&page=9
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT1/segments?format=api&page=10",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT1/segments?format=api&page=8",
    "results_count": 352,
    "results_per_page": 20,
    "num_pages": 18,
    "page_number": 9,
    "results": [
        {
            "start": 1262198078,
            "stop": 1262198857
        },
        {
            "start": 1262200958,
            "stop": 1262230488
        },
        {
            "start": 1262232415,
            "stop": 1262234666
        },
        {
            "start": 1262239461,
            "stop": 1262278048
        },
        {
            "start": 1262281048,
            "stop": 1262291081
        },
        {
            "start": 1262293167,
            "stop": 1262329170
        },
        {
            "start": 1262333141,
            "stop": 1262335223
        },
        {
            "start": 1262339557,
            "stop": 1262342302
        },
        {
            "start": 1262352751,
            "stop": 1262364521
        },
        {
            "start": 1262440555,
            "stop": 1262444417
        },
        {
            "start": 1262459639,
            "stop": 1262461451
        },
        {
            "start": 1262461493,
            "stop": 1262466428
        },
        {
            "start": 1262471488,
            "stop": 1262595363
        },
        {
            "start": 1262607622,
            "stop": 1262620957
        },
        {
            "start": 1262621078,
            "stop": 1262637575
        },
        {
            "start": 1262637758,
            "stop": 1262638867
        },
        {
            "start": 1262642747,
            "stop": 1262653204
        },
        {
            "start": 1262653854,
            "stop": 1262705801
        },
        {
            "start": 1262711712,
            "stop": 1262713645
        },
        {
            "start": 1262716081,
            "stop": 1262772751
        }
    ]
}