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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=413",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=411",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 412,
    "results": [
        {
            "start": 865196401,
            "stop": 865196550
        },
        {
            "start": 865196568,
            "stop": 865196578
        },
        {
            "start": 865196587,
            "stop": 865196655
        },
        {
            "start": 865196664,
            "stop": 865196670
        },
        {
            "start": 865196673,
            "stop": 865196679
        },
        {
            "start": 865196683,
            "stop": 865197381
        },
        {
            "start": 865197385,
            "stop": 865197409
        },
        {
            "start": 865197413,
            "stop": 865197636
        },
        {
            "start": 865197644,
            "stop": 865197650
        },
        {
            "start": 865197654,
            "stop": 865197669
        },
        {
            "start": 865197673,
            "stop": 865197722
        },
        {
            "start": 865197726,
            "stop": 865197836
        },
        {
            "start": 865197840,
            "stop": 865197846
        },
        {
            "start": 865197850,
            "stop": 865197860
        },
        {
            "start": 865197865,
            "stop": 865197943
        },
        {
            "start": 865197947,
            "stop": 865197967
        },
        {
            "start": 865197971,
            "stop": 865198067
        },
        {
            "start": 865198071,
            "stop": 865198138
        },
        {
            "start": 865198142,
            "stop": 865198153
        },
        {
            "start": 865198157,
            "stop": 865198163
        }
    ]
}