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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=79",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=77",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 78,
    "results": [
        {
            "start": 1131016004,
            "stop": 1131016005
        },
        {
            "start": 1131054330,
            "stop": 1131054408
        },
        {
            "start": 1131054409,
            "stop": 1131054412
        },
        {
            "start": 1131054413,
            "stop": 1131054414
        },
        {
            "start": 1131054415,
            "stop": 1131054419
        },
        {
            "start": 1131054420,
            "stop": 1131054421
        },
        {
            "start": 1131054422,
            "stop": 1131054426
        },
        {
            "start": 1131054427,
            "stop": 1131054467
        },
        {
            "start": 1131054468,
            "stop": 1131054495
        },
        {
            "start": 1131054497,
            "stop": 1131054548
        },
        {
            "start": 1131054551,
            "stop": 1131054566
        },
        {
            "start": 1131054567,
            "stop": 1131054572
        },
        {
            "start": 1131054573,
            "stop": 1131054654
        },
        {
            "start": 1131054656,
            "stop": 1131054659
        },
        {
            "start": 1131054660,
            "stop": 1131054666
        },
        {
            "start": 1131054668,
            "stop": 1131054672
        },
        {
            "start": 1131054673,
            "stop": 1131054675
        },
        {
            "start": 1131054676,
            "stop": 1131054691
        },
        {
            "start": 1131054692,
            "stop": 1131054702
        },
        {
            "start": 1131054705,
            "stop": 1131054709
        }
    ]
}