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=359
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=360",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=358",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 359,
    "results": [
        {
            "start": 1182640147,
            "stop": 1182640197
        },
        {
            "start": 1182640198,
            "stop": 1182640207
        },
        {
            "start": 1182640208,
            "stop": 1182640266
        },
        {
            "start": 1182640267,
            "stop": 1182640341
        },
        {
            "start": 1182640342,
            "stop": 1182640423
        },
        {
            "start": 1182640424,
            "stop": 1182640426
        },
        {
            "start": 1182640427,
            "stop": 1182640435
        },
        {
            "start": 1182640437,
            "stop": 1182640501
        },
        {
            "start": 1182640502,
            "stop": 1182640529
        },
        {
            "start": 1182648964,
            "stop": 1182653017
        },
        {
            "start": 1182657346,
            "stop": 1182660520
        },
        {
            "start": 1182660521,
            "stop": 1182660660
        },
        {
            "start": 1182660661,
            "stop": 1182660995
        },
        {
            "start": 1182660996,
            "stop": 1182661007
        },
        {
            "start": 1182661008,
            "stop": 1182661652
        },
        {
            "start": 1182661653,
            "stop": 1182661730
        },
        {
            "start": 1182661731,
            "stop": 1182662145
        },
        {
            "start": 1182662146,
            "stop": 1182662204
        },
        {
            "start": 1182662205,
            "stop": 1182662215
        },
        {
            "start": 1182662216,
            "stop": 1182662276
        }
    ]
}