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_CBC_CAT3/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_CBC_CAT3/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_CBC_CAT3/segments?format=api&page=19",
    "results_count": 422,
    "results_per_page": 20,
    "num_pages": 22,
    "page_number": 20,
    "results": [
        {
            "start": 1268076636,
            "stop": 1268123676
        },
        {
            "start": 1268140943,
            "stop": 1268152679
        },
        {
            "start": 1268161279,
            "stop": 1268171700
        },
        {
            "start": 1268174086,
            "stop": 1268198470
        },
        {
            "start": 1268199249,
            "stop": 1268208095
        },
        {
            "start": 1268208177,
            "stop": 1268218110
        },
        {
            "start": 1268223470,
            "stop": 1268264960
        },
        {
            "start": 1268264980,
            "stop": 1268330011
        },
        {
            "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
        }
    ]
}