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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=41",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=39",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 40,
    "results": [
        {
            "start": 1170093756,
            "stop": 1170099711
        },
        {
            "start": 1170099715,
            "stop": 1170102725
        },
        {
            "start": 1170102729,
            "stop": 1170104039
        },
        {
            "start": 1170104042,
            "stop": 1170104461
        },
        {
            "start": 1170104464,
            "stop": 1170107438
        },
        {
            "start": 1170107441,
            "stop": 1170107667
        },
        {
            "start": 1170107670,
            "stop": 1170107999
        },
        {
            "start": 1170108002,
            "stop": 1170108191
        },
        {
            "start": 1170108194,
            "stop": 1170108231
        },
        {
            "start": 1170108234,
            "stop": 1170108387
        },
        {
            "start": 1170108390,
            "stop": 1170108810
        },
        {
            "start": 1170108813,
            "stop": 1170108825
        },
        {
            "start": 1170108828,
            "stop": 1170108835
        },
        {
            "start": 1170108838,
            "stop": 1170111270
        },
        {
            "start": 1170111274,
            "stop": 1170124614
        },
        {
            "start": 1170124618,
            "stop": 1170130807
        },
        {
            "start": 1170130811,
            "stop": 1170131759
        },
        {
            "start": 1170131763,
            "stop": 1170132522
        },
        {
            "start": 1170132526,
            "stop": 1170148537
        },
        {
            "start": 1170148541,
            "stop": 1170156733
        }
    ]
}