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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=35",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=33",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 34,
    "results": [
        {
            "start": 1126301781,
            "stop": 1126301794
        },
        {
            "start": 1126301795,
            "stop": 1126301815
        },
        {
            "start": 1126301817,
            "stop": 1126301844
        },
        {
            "start": 1126301845,
            "stop": 1126301854
        },
        {
            "start": 1126301856,
            "stop": 1126301859
        },
        {
            "start": 1126301860,
            "stop": 1126301861
        },
        {
            "start": 1126301862,
            "stop": 1126301897
        },
        {
            "start": 1126301957,
            "stop": 1126301961
        },
        {
            "start": 1126301962,
            "stop": 1126302174
        },
        {
            "start": 1126302176,
            "stop": 1126302197
        },
        {
            "start": 1126302257,
            "stop": 1126302270
        },
        {
            "start": 1126302272,
            "stop": 1126302312
        },
        {
            "start": 1126302314,
            "stop": 1126302381
        },
        {
            "start": 1126302383,
            "stop": 1126302402
        },
        {
            "start": 1126302404,
            "stop": 1126302416
        },
        {
            "start": 1126302418,
            "stop": 1126302437
        },
        {
            "start": 1126302497,
            "stop": 1126302502
        },
        {
            "start": 1126302504,
            "stop": 1126302514
        },
        {
            "start": 1126302516,
            "stop": 1126302551
        },
        {
            "start": 1126302553,
            "stop": 1126302555
        }
    ]
}