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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=28",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=26",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 27,
    "results": [
        {
            "start": 1127424257,
            "stop": 1127425277
        },
        {
            "start": 1127425337,
            "stop": 1127427137
        },
        {
            "start": 1127427197,
            "stop": 1127427748
        },
        {
            "start": 1127427750,
            "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
        },
        {
            "start": 1127440817,
            "stop": 1127440997
        },
        {
            "start": 1127441117,
            "stop": 1127441177
        },
        {
            "start": 1127441297,
            "stop": 1127441357
        },
        {
            "start": 1127442977,
            "stop": 1127443037
        }
    ]
}