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=138
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=139",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=137",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 138,
    "results": [
        {
            "start": 1131165372,
            "stop": 1131165384
        },
        {
            "start": 1131165385,
            "stop": 1131165399
        },
        {
            "start": 1131165400,
            "stop": 1131165402
        },
        {
            "start": 1131165403,
            "stop": 1131165430
        },
        {
            "start": 1131165431,
            "stop": 1131165452
        },
        {
            "start": 1131165453,
            "stop": 1131165457
        },
        {
            "start": 1131165458,
            "stop": 1131165462
        },
        {
            "start": 1131165463,
            "stop": 1131165497
        },
        {
            "start": 1131165498,
            "stop": 1131165509
        },
        {
            "start": 1131165510,
            "stop": 1131165539
        },
        {
            "start": 1131165540,
            "stop": 1131165547
        },
        {
            "start": 1131165548,
            "stop": 1131165569
        },
        {
            "start": 1131165571,
            "stop": 1131165581
        },
        {
            "start": 1131165582,
            "stop": 1131165597
        },
        {
            "start": 1131165598,
            "stop": 1131165608
        },
        {
            "start": 1131165609,
            "stop": 1131165630
        },
        {
            "start": 1131165631,
            "stop": 1131165679
        },
        {
            "start": 1131165680,
            "stop": 1131165720
        },
        {
            "start": 1131165721,
            "stop": 1131165730
        },
        {
            "start": 1131165731,
            "stop": 1131165738
        }
    ]
}