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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=20",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=18",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 19,
    "results": [
        {
            "start": 1170059394,
            "stop": 1170090181
        },
        {
            "start": 1170092936,
            "stop": 1170092939
        },
        {
            "start": 1170092941,
            "stop": 1170092947
        },
        {
            "start": 1170092949,
            "stop": 1170093096
        },
        {
            "start": 1170093098,
            "stop": 1170093181
        },
        {
            "start": 1170093183,
            "stop": 1170093753
        },
        {
            "start": 1170093755,
            "stop": 1170104039
        },
        {
            "start": 1170104041,
            "stop": 1170104461
        },
        {
            "start": 1170104463,
            "stop": 1170107438
        },
        {
            "start": 1170107440,
            "stop": 1170107667
        },
        {
            "start": 1170107669,
            "stop": 1170107999
        },
        {
            "start": 1170108001,
            "stop": 1170108191
        },
        {
            "start": 1170108193,
            "stop": 1170108231
        },
        {
            "start": 1170108233,
            "stop": 1170108387
        },
        {
            "start": 1170108389,
            "stop": 1170108810
        },
        {
            "start": 1170108812,
            "stop": 1170108825
        },
        {
            "start": 1170108827,
            "stop": 1170108835
        },
        {
            "start": 1170108837,
            "stop": 1170173137
        },
        {
            "start": 1170174690,
            "stop": 1170176636
        },
        {
            "start": 1170176638,
            "stop": 1170184880
        }
    ]
}