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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_DATA/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/V1_DATA/segments?format=api&page=15",
    "results_count": 1350,
    "results_per_page": 20,
    "num_pages": 68,
    "page_number": 16,
    "results": [
        {
            "start": 1241993577,
            "stop": 1241993641
        },
        {
            "start": 1241993649,
            "stop": 1241998105
        },
        {
            "start": 1241998113,
            "stop": 1241998281
        },
        {
            "start": 1241998289,
            "stop": 1242001169
        },
        {
            "start": 1242001177,
            "stop": 1242003129
        },
        {
            "start": 1242003145,
            "stop": 1242009449
        },
        {
            "start": 1242009457,
            "stop": 1242009728
        },
        {
            "start": 1242011495,
            "stop": 1242013803
        },
        {
            "start": 1242013811,
            "stop": 1242014667
        },
        {
            "start": 1242014675,
            "stop": 1242017979
        },
        {
            "start": 1242017987,
            "stop": 1242018899
        },
        {
            "start": 1242018907,
            "stop": 1242019675
        },
        {
            "start": 1242019683,
            "stop": 1242023203
        },
        {
            "start": 1242023211,
            "stop": 1242024899
        },
        {
            "start": 1242024907,
            "stop": 1242028779
        },
        {
            "start": 1242028787,
            "stop": 1242033419
        },
        {
            "start": 1242033427,
            "stop": 1242035528
        },
        {
            "start": 1242038144,
            "stop": 1242038271
        },
        {
            "start": 1242040147,
            "stop": 1242041023
        },
        {
            "start": 1242041039,
            "stop": 1242041065
        }
    ]
}