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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_STOCH_CAT1/segments?format=api&page=7",
    "results_count": 2356,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 8,
    "results": [
        {
            "start": 932319084,
            "stop": 932319261
        },
        {
            "start": 932320369,
            "stop": 932320643
        },
        {
            "start": 932322188,
            "stop": 932322235
        },
        {
            "start": 932323723,
            "stop": 932324407
        },
        {
            "start": 932345677,
            "stop": 932345958
        },
        {
            "start": 932348140,
            "stop": 932356986
        },
        {
            "start": 932359128,
            "stop": 932361822
        },
        {
            "start": 932362651,
            "stop": 932365825
        },
        {
            "start": 932370618,
            "stop": 932373144
        },
        {
            "start": 932379009,
            "stop": 932382670
        },
        {
            "start": 932388600,
            "stop": 932389215
        },
        {
            "start": 932392463,
            "stop": 932396184
        },
        {
            "start": 932399191,
            "stop": 932399537
        },
        {
            "start": 932408671,
            "stop": 932411323
        },
        {
            "start": 932417009,
            "stop": 932417980
        },
        {
            "start": 932418081,
            "stop": 932418511
        },
        {
            "start": 932419372,
            "stop": 932419968
        },
        {
            "start": 932420853,
            "stop": 932421518
        },
        {
            "start": 932422329,
            "stop": 932422650
        },
        {
            "start": 932425475,
            "stop": 932428689
        }
    ]
}