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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4367",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4365",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4366,
    "results": [
        {
            "start": 874855620,
            "stop": 874855634
        },
        {
            "start": 874855653,
            "stop": 874856167
        },
        {
            "start": 874856186,
            "stop": 874856468
        },
        {
            "start": 874856487,
            "stop": 874856509
        },
        {
            "start": 874856528,
            "stop": 874856580
        },
        {
            "start": 874856640,
            "stop": 874856658
        },
        {
            "start": 874856677,
            "stop": 874856692
        },
        {
            "start": 874856711,
            "stop": 874856716
        },
        {
            "start": 874856735,
            "stop": 874856794
        },
        {
            "start": 874856813,
            "stop": 874856824
        },
        {
            "start": 874856843,
            "stop": 874857125
        },
        {
            "start": 874857144,
            "stop": 874857495
        },
        {
            "start": 874857519,
            "stop": 874857540
        },
        {
            "start": 874857560,
            "stop": 874857570
        },
        {
            "start": 874864962,
            "stop": 874864969
        },
        {
            "start": 874876099,
            "stop": 874876904
        },
        {
            "start": 874877085,
            "stop": 874878000
        },
        {
            "start": 874878060,
            "stop": 874878220
        },
        {
            "start": 874879206,
            "stop": 874879625
        },
        {
            "start": 874879762,
            "stop": 874881939
        }
    ]
}