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=362
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=363",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=361",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 362,
    "results": [
        {
            "start": 1182698906,
            "stop": 1182699798
        },
        {
            "start": 1182699799,
            "stop": 1182699807
        },
        {
            "start": 1182699808,
            "stop": 1182700312
        },
        {
            "start": 1182700313,
            "stop": 1182702430
        },
        {
            "start": 1182702431,
            "stop": 1182702469
        },
        {
            "start": 1182702471,
            "stop": 1182703949
        },
        {
            "start": 1182703951,
            "stop": 1182704975
        },
        {
            "start": 1182704977,
            "stop": 1182705230
        },
        {
            "start": 1182705232,
            "stop": 1182706133
        },
        {
            "start": 1182706138,
            "stop": 1182706174
        },
        {
            "start": 1182706175,
            "stop": 1182706176
        },
        {
            "start": 1182706178,
            "stop": 1182706981
        },
        {
            "start": 1182706982,
            "stop": 1182708079
        },
        {
            "start": 1182708080,
            "stop": 1182708117
        },
        {
            "start": 1182708119,
            "stop": 1182710105
        },
        {
            "start": 1182710222,
            "stop": 1182711006
        },
        {
            "start": 1182711007,
            "stop": 1182711019
        },
        {
            "start": 1182711022,
            "stop": 1182711901
        },
        {
            "start": 1182711902,
            "stop": 1182711907
        },
        {
            "start": 1182711910,
            "stop": 1182711921
        }
    ]
}