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=1153
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=1154",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1152",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1153,
    "results": [
        {
            "start": 1136534098,
            "stop": 1136534365
        },
        {
            "start": 1136534367,
            "stop": 1136534370
        },
        {
            "start": 1136534374,
            "stop": 1136534375
        },
        {
            "start": 1136534378,
            "stop": 1136534607
        },
        {
            "start": 1136534609,
            "stop": 1136545439
        },
        {
            "start": 1136545441,
            "stop": 1136545494
        },
        {
            "start": 1136545496,
            "stop": 1136552078
        },
        {
            "start": 1136552080,
            "stop": 1136553566
        },
        {
            "start": 1136553568,
            "stop": 1136560537
        },
        {
            "start": 1136560796,
            "stop": 1136560808
        },
        {
            "start": 1136560810,
            "stop": 1136564314
        },
        {
            "start": 1136564316,
            "stop": 1136564320
        },
        {
            "start": 1136564322,
            "stop": 1136567003
        },
        {
            "start": 1136582038,
            "stop": 1136583597
        },
        {
            "start": 1136583598,
            "stop": 1136584903
        },
        {
            "start": 1136585203,
            "stop": 1136591152
        },
        {
            "start": 1136591155,
            "stop": 1136592982
        },
        {
            "start": 1136592984,
            "stop": 1136594711
        },
        {
            "start": 1136594713,
            "stop": 1136595300
        },
        {
            "start": 1136595302,
            "stop": 1136596292
        }
    ]
}