Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=221
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=222",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=220",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 221,
    "results": [
        {
            "start": 933926554,
            "stop": 933926555
        },
        {
            "start": 933926557,
            "stop": 933926563
        },
        {
            "start": 933926566,
            "stop": 933926579
        },
        {
            "start": 933926582,
            "stop": 933926589
        },
        {
            "start": 933926591,
            "stop": 933926607
        },
        {
            "start": 933926610,
            "stop": 933926613
        },
        {
            "start": 933926617,
            "stop": 933926621
        },
        {
            "start": 933926624,
            "stop": 933926629
        },
        {
            "start": 933926635,
            "stop": 933927220
        },
        {
            "start": 933928531,
            "stop": 933928864
        },
        {
            "start": 933928867,
            "stop": 933928969
        },
        {
            "start": 933928972,
            "stop": 933928985
        },
        {
            "start": 933928987,
            "stop": 933929000
        },
        {
            "start": 933929003,
            "stop": 933929014
        },
        {
            "start": 933929017,
            "stop": 933929030
        },
        {
            "start": 933929033,
            "stop": 933929060
        },
        {
            "start": 933929062,
            "stop": 933929179
        },
        {
            "start": 933929182,
            "stop": 933929194
        },
        {
            "start": 933929197,
            "stop": 933929225
        },
        {
            "start": 933929227,
            "stop": 933929314
        }
    ]
}