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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=56",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=54",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 55,
    "results": [
        {
            "start": 817262116,
            "stop": 817262124
        },
        {
            "start": 817262131,
            "stop": 817262660
        },
        {
            "start": 817262667,
            "stop": 817262827
        },
        {
            "start": 817262835,
            "stop": 817262865
        },
        {
            "start": 817262872,
            "stop": 817262988
        },
        {
            "start": 817263002,
            "stop": 817263069
        },
        {
            "start": 817263076,
            "stop": 817266187
        },
        {
            "start": 817266194,
            "stop": 817266874
        },
        {
            "start": 817266881,
            "stop": 817267450
        },
        {
            "start": 817267457,
            "stop": 817267778
        },
        {
            "start": 817267785,
            "stop": 817267805
        },
        {
            "start": 817267934,
            "stop": 817268022
        },
        {
            "start": 817268164,
            "stop": 817268719
        },
        {
            "start": 817268726,
            "stop": 817269069
        },
        {
            "start": 817269081,
            "stop": 817269118
        },
        {
            "start": 817269126,
            "stop": 817269145
        },
        {
            "start": 817269158,
            "stop": 817269238
        },
        {
            "start": 817269245,
            "stop": 817269268
        },
        {
            "start": 817269275,
            "stop": 817269353
        },
        {
            "start": 817269361,
            "stop": 817269366
        }
    ]
}