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=49
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=50",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=48",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 49,
    "results": [
        {
            "start": 1128878640,
            "stop": 1128878974
        },
        {
            "start": 1128878975,
            "stop": 1128879180
        },
        {
            "start": 1128879360,
            "stop": 1128880792
        },
        {
            "start": 1128892523,
            "stop": 1128895638
        },
        {
            "start": 1128895639,
            "stop": 1128897293
        },
        {
            "start": 1128898889,
            "stop": 1128922730
        },
        {
            "start": 1128929810,
            "stop": 1128929842
        },
        {
            "start": 1128931801,
            "stop": 1128932968
        },
        {
            "start": 1128932969,
            "stop": 1128935435
        },
        {
            "start": 1128935436,
            "stop": 1128936406
        },
        {
            "start": 1128936407,
            "stop": 1128936441
        },
        {
            "start": 1128936442,
            "stop": 1128937446
        },
        {
            "start": 1128937447,
            "stop": 1128937803
        },
        {
            "start": 1128937804,
            "stop": 1128939962
        },
        {
            "start": 1128939963,
            "stop": 1128947460
        },
        {
            "start": 1128947461,
            "stop": 1128949020
        },
        {
            "start": 1128949080,
            "stop": 1128950831
        },
        {
            "start": 1128950833,
            "stop": 1128952329
        },
        {
            "start": 1128952330,
            "stop": 1128953940
        },
        {
            "start": 1128954060,
            "stop": 1128954120
        }
    ]
}