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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_CBC_CAT3/segments?format=api&page=2",
    "previous": null,
    "results_count": 823,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 1,
    "results": [
        {
            "start": 1368195220,
            "stop": 1368196142
        },
        {
            "start": 1368266520,
            "stop": 1368269061
        },
        {
            "start": 1368276645,
            "stop": 1368280880
        },
        {
            "start": 1368331350,
            "stop": 1368337146
        },
        {
            "start": 1368350720,
            "stop": 1368371200
        },
        {
            "start": 1368418766,
            "stop": 1368436239
        },
        {
            "start": 1368449835,
            "stop": 1368460501
        },
        {
            "start": 1368547400,
            "stop": 1368547783
        },
        {
            "start": 1368547942,
            "stop": 1368552711
        },
        {
            "start": 1368979913,
            "stop": 1368992311
        },
        {
            "start": 1368993005,
            "stop": 1368997896
        },
        {
            "start": 1369184832,
            "stop": 1369184915
        },
        {
            "start": 1369185055,
            "stop": 1369200465
        },
        {
            "start": 1369205881,
            "stop": 1369230918
        },
        {
            "start": 1369241742,
            "stop": 1369246564
        },
        {
            "start": 1369254052,
            "stop": 1369255796
        },
        {
            "start": 1369255991,
            "stop": 1369263774
        },
        {
            "start": 1369276031,
            "stop": 1369292466
        },
        {
            "start": 1369299302,
            "stop": 1369333565
        },
        {
            "start": 1369375930,
            "stop": 1369381513
        }
    ]
}