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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=687",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=685",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 686,
    "results": [
        {
            "start": 862203570,
            "stop": 862207599
        },
        {
            "start": 862208175,
            "stop": 862209330
        },
        {
            "start": 862209450,
            "stop": 862258331
        },
        {
            "start": 862259826,
            "stop": 862262490
        },
        {
            "start": 862263288,
            "stop": 862278810
        },
        {
            "start": 862279730,
            "stop": 862312803
        },
        {
            "start": 862315186,
            "stop": 862324856
        },
        {
            "start": 862325768,
            "stop": 862350527
        },
        {
            "start": 862350533,
            "stop": 862350540
        },
        {
            "start": 862350600,
            "stop": 862351830
        },
        {
            "start": 862353097,
            "stop": 862355180
        },
        {
            "start": 862355186,
            "stop": 862355815
        },
        {
            "start": 862356450,
            "stop": 862381094
        },
        {
            "start": 862383010,
            "stop": 862384672
        },
        {
            "start": 862386256,
            "stop": 862404446
        },
        {
            "start": 862405112,
            "stop": 862408488
        },
        {
            "start": 862410600,
            "stop": 862431630
        },
        {
            "start": 862431750,
            "stop": 862462604
        },
        {
            "start": 862463768,
            "stop": 862467750
        },
        {
            "start": 862467870,
            "stop": 862521803
        }
    ]
}