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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=20",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 21,
    "results": [
        {
            "start": 1127313255,
            "stop": 1127313437
        },
        {
            "start": 1127314097,
            "stop": 1127315297
        },
        {
            "start": 1127315477,
            "stop": 1127315597
        },
        {
            "start": 1127315957,
            "stop": 1127316017
        },
        {
            "start": 1127316677,
            "stop": 1127316737
        },
        {
            "start": 1127317097,
            "stop": 1127317997
        },
        {
            "start": 1127318237,
            "stop": 1127319617
        },
        {
            "start": 1127319677,
            "stop": 1127319737
        },
        {
            "start": 1127319917,
            "stop": 1127320517
        },
        {
            "start": 1127320577,
            "stop": 1127320637
        },
        {
            "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": 1127324676
        },
        {
            "start": 1127324677,
            "stop": 1127325077
        }
    ]
}