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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=76",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=74",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 75,
    "results": [
        {
            "start": 931465950,
            "stop": 931465952
        },
        {
            "start": 931465970,
            "stop": 931465976
        },
        {
            "start": 931465979,
            "stop": 931465995
        },
        {
            "start": 931466012,
            "stop": 931466030
        },
        {
            "start": 931466128,
            "stop": 931466139
        },
        {
            "start": 931466141,
            "stop": 931466219
        },
        {
            "start": 931466244,
            "stop": 931466302
        },
        {
            "start": 931466320,
            "stop": 931466324
        },
        {
            "start": 931466341,
            "stop": 931466352
        },
        {
            "start": 931466369,
            "stop": 931466496
        },
        {
            "start": 931466514,
            "stop": 931466518
        },
        {
            "start": 931466537,
            "stop": 931466567
        },
        {
            "start": 931466601,
            "stop": 931466688
        },
        {
            "start": 931466706,
            "stop": 931466709
        },
        {
            "start": 931466712,
            "stop": 931466723
        },
        {
            "start": 931466766,
            "stop": 931466791
        },
        {
            "start": 931466911,
            "stop": 931466923
        },
        {
            "start": 931466941,
            "stop": 931467124
        },
        {
            "start": 931469210,
            "stop": 931469270
        },
        {
            "start": 931469450,
            "stop": 931469510
        }
    ]
}