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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9924",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9922",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9923,
    "results": [
        {
            "start": 874856640,
            "stop": 874857563
        },
        {
            "start": 874874027,
            "stop": 874874425
        },
        {
            "start": 874874458,
            "stop": 874874462
        },
        {
            "start": 874875059,
            "stop": 874875247
        },
        {
            "start": 874875547,
            "stop": 874875961
        },
        {
            "start": 874876099,
            "stop": 874876285
        },
        {
            "start": 874876302,
            "stop": 874876904
        },
        {
            "start": 874877085,
            "stop": 874877640
        },
        {
            "start": 874877760,
            "stop": 874877820
        },
        {
            "start": 874877940,
            "stop": 874877979
        },
        {
            "start": 874877996,
            "stop": 874878000
        },
        {
            "start": 874879899,
            "stop": 874880400
        },
        {
            "start": 874880460,
            "stop": 874881240
        },
        {
            "start": 874881300,
            "stop": 874881389
        },
        {
            "start": 874881406,
            "stop": 874881461
        },
        {
            "start": 874881478,
            "stop": 874882260
        },
        {
            "start": 874882380,
            "stop": 874883362
        },
        {
            "start": 874883482,
            "stop": 874883874
        },
        {
            "start": 874883891,
            "stop": 874883897
        },
        {
            "start": 874883914,
            "stop": 874885140
        }
    ]
}