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=1145
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=1146",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1144",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1145,
    "results": [
        {
            "start": 1136512397,
            "stop": 1136512411
        },
        {
            "start": 1136512414,
            "stop": 1136512420
        },
        {
            "start": 1136512423,
            "stop": 1136512440
        },
        {
            "start": 1136512443,
            "stop": 1136512460
        },
        {
            "start": 1136512463,
            "stop": 1136512472
        },
        {
            "start": 1136512475,
            "stop": 1136512487
        },
        {
            "start": 1136512490,
            "stop": 1136512509
        },
        {
            "start": 1136512512,
            "stop": 1136512522
        },
        {
            "start": 1136512525,
            "stop": 1136512529
        },
        {
            "start": 1136512532,
            "stop": 1136512546
        },
        {
            "start": 1136512549,
            "stop": 1136512573
        },
        {
            "start": 1136512576,
            "stop": 1136512588
        },
        {
            "start": 1136512592,
            "stop": 1136512601
        },
        {
            "start": 1136512604,
            "stop": 1136512626
        },
        {
            "start": 1136512629,
            "stop": 1136512631
        },
        {
            "start": 1136512634,
            "stop": 1136512651
        },
        {
            "start": 1136512655,
            "stop": 1136512685
        },
        {
            "start": 1136512688,
            "stop": 1136512693
        },
        {
            "start": 1136512697,
            "stop": 1136512706
        },
        {
            "start": 1136512709,
            "stop": 1136512715
        }
    ]
}