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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT1/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT1/segments?format=api&page=16",
    "results_count": 655,
    "results_per_page": 20,
    "num_pages": 33,
    "page_number": 17,
    "results": [
        {
            "start": 1127422397,
            "stop": 1127422457
        },
        {
            "start": 1127422517,
            "stop": 1127422577
        },
        {
            "start": 1127422637,
            "stop": 1127423117
        },
        {
            "start": 1127423177,
            "stop": 1127423837
        },
        {
            "start": 1127423957,
            "stop": 1127424197
        },
        {
            "start": 1127424257,
            "stop": 1127425277
        },
        {
            "start": 1127425337,
            "stop": 1127427137
        },
        {
            "start": 1127427197,
            "stop": 1127428157
        },
        {
            "start": 1127428217,
            "stop": 1127428457
        },
        {
            "start": 1127428517,
            "stop": 1127435297
        },
        {
            "start": 1127435357,
            "stop": 1127436377
        },
        {
            "start": 1127436617,
            "stop": 1127436677
        },
        {
            "start": 1127436737,
            "stop": 1127436797
        },
        {
            "start": 1127436857,
            "stop": 1127436917
        },
        {
            "start": 1127436977,
            "stop": 1127437037
        },
        {
            "start": 1127437217,
            "stop": 1127437397
        },
        {
            "start": 1127438117,
            "stop": 1127438177
        },
        {
            "start": 1127438597,
            "stop": 1127438837
        },
        {
            "start": 1127439557,
            "stop": 1127440517
        },
        {
            "start": 1127440577,
            "stop": 1127440757
        }
    ]
}