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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=623",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=621",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 622,
    "results": [
        {
            "start": 848757717,
            "stop": 848764398
        },
        {
            "start": 848764417,
            "stop": 848764850
        },
        {
            "start": 848782331,
            "stop": 848785830
        },
        {
            "start": 848785890,
            "stop": 848785896
        },
        {
            "start": 848786786,
            "stop": 848789432
        },
        {
            "start": 848789953,
            "stop": 848795911
        },
        {
            "start": 848796231,
            "stop": 848797264
        },
        {
            "start": 848797664,
            "stop": 848797670
        },
        {
            "start": 848797990,
            "stop": 848798125
        },
        {
            "start": 848798525,
            "stop": 848798727
        },
        {
            "start": 848799379,
            "stop": 848816519
        },
        {
            "start": 848818003,
            "stop": 848823118
        },
        {
            "start": 848823136,
            "stop": 848842290
        },
        {
            "start": 848844157,
            "stop": 848846350
        },
        {
            "start": 848846368,
            "stop": 848846387
        },
        {
            "start": 848847365,
            "stop": 848850542
        },
        {
            "start": 848851323,
            "stop": 848853393
        },
        {
            "start": 848853917,
            "stop": 848855256
        },
        {
            "start": 848856326,
            "stop": 848858337
        },
        {
            "start": 848859399,
            "stop": 848865330
        }
    ]
}