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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT1/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT1/segments?format=api&page=12",
    "results_count": 655,
    "results_per_page": 20,
    "num_pages": 33,
    "page_number": 13,
    "results": [
        {
            "start": 1127320757,
            "stop": 1127320817
        },
        {
            "start": 1127320877,
            "stop": 1127320937
        },
        {
            "start": 1127321597,
            "stop": 1127321657
        },
        {
            "start": 1127321957,
            "stop": 1127322077
        },
        {
            "start": 1127322315,
            "stop": 1127322317
        },
        {
            "start": 1127322377,
            "stop": 1127322437
        },
        {
            "start": 1127322737,
            "stop": 1127322977
        },
        {
            "start": 1127323037,
            "stop": 1127323217
        },
        {
            "start": 1127323277,
            "stop": 1127325077
        },
        {
            "start": 1127325137,
            "stop": 1127325197
        },
        {
            "start": 1127325437,
            "stop": 1127325557
        },
        {
            "start": 1127325617,
            "stop": 1127325977
        },
        {
            "start": 1127326037,
            "stop": 1127326277
        },
        {
            "start": 1127326337,
            "stop": 1127326997
        },
        {
            "start": 1127327057,
            "stop": 1127327357
        },
        {
            "start": 1127327537,
            "stop": 1127328497
        },
        {
            "start": 1127328557,
            "stop": 1127328977
        },
        {
            "start": 1127329397,
            "stop": 1127329457
        },
        {
            "start": 1127329577,
            "stop": 1127329701
        },
        {
            "start": 1127329989,
            "stop": 1127330117
        }
    ]
}