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=22
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=23",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=21",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 22,
    "results": [
        {
            "start": 1127325137,
            "stop": 1127325197
        },
        {
            "start": 1127325437,
            "stop": 1127325557
        },
        {
            "start": 1127325617,
            "stop": 1127325977
        },
        {
            "start": 1127326037,
            "stop": 1127326277
        },
        {
            "start": 1127326337,
            "stop": 1127326450
        },
        {
            "start": 1127326451,
            "stop": 1127326997
        },
        {
            "start": 1127327057,
            "stop": 1127327315
        },
        {
            "start": 1127327317,
            "stop": 1127327357
        },
        {
            "start": 1127327537,
            "stop": 1127328497
        },
        {
            "start": 1127328557,
            "stop": 1127328977
        },
        {
            "start": 1127329397,
            "stop": 1127329457
        },
        {
            "start": 1127329577,
            "stop": 1127329701
        },
        {
            "start": 1127329989,
            "stop": 1127330117
        },
        {
            "start": 1127330177,
            "stop": 1127331095
        },
        {
            "start": 1127331096,
            "stop": 1127331677
        },
        {
            "start": 1127331737,
            "stop": 1127334857
        },
        {
            "start": 1127334917,
            "stop": 1127335037
        },
        {
            "start": 1127335157,
            "stop": 1127335397
        },
        {
            "start": 1127335457,
            "stop": 1127339019
        },
        {
            "start": 1127339021,
            "stop": 1127339417
        }
    ]
}