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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT3/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_CBC_CAT3/segments?format=api&page=39",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 40,
    "results": [
        {
            "start": 1246931590,
            "stop": 1246937399
        },
        {
            "start": 1246968587,
            "stop": 1246968589
        },
        {
            "start": 1246987604,
            "stop": 1247006095
        },
        {
            "start": 1247006103,
            "stop": 1247008847
        },
        {
            "start": 1247008855,
            "stop": 1247008887
        },
        {
            "start": 1247008895,
            "stop": 1247015463
        },
        {
            "start": 1247017858,
            "stop": 1247024660
        },
        {
            "start": 1247024679,
            "stop": 1247027863
        },
        {
            "start": 1247027871,
            "stop": 1247027919
        },
        {
            "start": 1247027935,
            "stop": 1247039391
        },
        {
            "start": 1247046950,
            "stop": 1247056370
        },
        {
            "start": 1247058430,
            "stop": 1247068901
        },
        {
            "start": 1247072298,
            "stop": 1247078126
        },
        {
            "start": 1247081354,
            "stop": 1247082601
        },
        {
            "start": 1247082617,
            "stop": 1247082673
        },
        {
            "start": 1247082689,
            "stop": 1247082705
        },
        {
            "start": 1247082713,
            "stop": 1247082849
        },
        {
            "start": 1247082857,
            "stop": 1247082873
        },
        {
            "start": 1247082881,
            "stop": 1247083121
        },
        {
            "start": 1247083129,
            "stop": 1247083209
        }
    ]
}