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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT1/segments?format=api&page=2",
    "previous": null,
    "results_count": 655,
    "results_per_page": 20,
    "num_pages": 33,
    "page_number": 1,
    "results": [
        {
            "start": 1126073529,
            "stop": 1126114861
        },
        {
            "start": 1126121462,
            "stop": 1126123267
        },
        {
            "start": 1126123553,
            "stop": 1126126832
        },
        {
            "start": 1126139205,
            "stop": 1126139266
        },
        {
            "start": 1126149058,
            "stop": 1126155336
        },
        {
            "start": 1126155799,
            "stop": 1126166028
        },
        {
            "start": 1126251604,
            "stop": 1126252133
        },
        {
            "start": 1126252291,
            "stop": 1126274322
        },
        {
            "start": 1126276234,
            "stop": 1126281754
        },
        {
            "start": 1126290026,
            "stop": 1126293017
        },
        {
            "start": 1126293257,
            "stop": 1126299137
        },
        {
            "start": 1126299197,
            "stop": 1126299497
        },
        {
            "start": 1126299557,
            "stop": 1126301417
        },
        {
            "start": 1126301717,
            "stop": 1126301897
        },
        {
            "start": 1126301957,
            "stop": 1126302197
        },
        {
            "start": 1126302257,
            "stop": 1126302437
        },
        {
            "start": 1126302497,
            "stop": 1126302557
        },
        {
            "start": 1126302617,
            "stop": 1126304477
        },
        {
            "start": 1126304537,
            "stop": 1126304597
        },
        {
            "start": 1126304777,
            "stop": 1126304897
        }
    ]
}