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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT1/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT1/segments?format=api&page=19",
    "results_count": 414,
    "results_per_page": 20,
    "num_pages": 21,
    "page_number": 20,
    "results": [
        {
            "start": 1268347570,
            "stop": 1268418614
        },
        {
            "start": 1268428757,
            "stop": 1268456662
        },
        {
            "start": 1268456758,
            "stop": 1268460420
        },
        {
            "start": 1268473200,
            "stop": 1268482380
        },
        {
            "start": 1268487096,
            "stop": 1268490335
        },
        {
            "start": 1268514076,
            "stop": 1268515138
        },
        {
            "start": 1268525568,
            "stop": 1268533518
        },
        {
            "start": 1268533558,
            "stop": 1268560189
        },
        {
            "start": 1268560271,
            "stop": 1268560361
        },
        {
            "start": 1268560443,
            "stop": 1268560588
        },
        {
            "start": 1268561576,
            "stop": 1268570695
        },
        {
            "start": 1268580830,
            "stop": 1268590589
        },
        {
            "start": 1268590632,
            "stop": 1268604731
        },
        {
            "start": 1268610280,
            "stop": 1268611350
        },
        {
            "start": 1268614227,
            "stop": 1268681642
        },
        {
            "start": 1268684520,
            "stop": 1268760648
        },
        {
            "start": 1268768240,
            "stop": 1268774132
        },
        {
            "start": 1268774207,
            "stop": 1268789926
        },
        {
            "start": 1268796613,
            "stop": 1268825454
        },
        {
            "start": 1268825843,
            "stop": 1268840534
        }
    ]
}