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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT1/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_CBC_CAT1/segments?format=api&page=14",
    "results_count": 545,
    "results_per_page": 20,
    "num_pages": 28,
    "page_number": 15,
    "results": [
        {
            "start": 1244698008,
            "stop": 1244702027
        },
        {
            "start": 1244702169,
            "stop": 1244736806
        },
        {
            "start": 1244744921,
            "stop": 1244757112
        },
        {
            "start": 1244761794,
            "stop": 1244788130
        },
        {
            "start": 1244788213,
            "stop": 1244789620
        },
        {
            "start": 1244802792,
            "stop": 1244807593
        },
        {
            "start": 1244807673,
            "stop": 1244820721
        },
        {
            "start": 1244820811,
            "stop": 1244835563
        },
        {
            "start": 1244835706,
            "stop": 1244839270
        },
        {
            "start": 1244839428,
            "stop": 1244856444
        },
        {
            "start": 1244866699,
            "stop": 1244900041
        },
        {
            "start": 1244936268,
            "stop": 1244958208
        },
        {
            "start": 1244974702,
            "stop": 1244978500
        },
        {
            "start": 1244978566,
            "stop": 1244999680
        },
        {
            "start": 1244999698,
            "stop": 1245000697
        },
        {
            "start": 1245010150,
            "stop": 1245011644
        },
        {
            "start": 1245047186,
            "stop": 1245085593
        },
        {
            "start": 1245091566,
            "stop": 1245106596
        },
        {
            "start": 1245107774,
            "stop": 1245109698
        },
        {
            "start": 1245110216,
            "stop": 1245113978
        }
    ]
}