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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=299",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=297",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 298,
    "results": [
        {
            "start": 940559639,
            "stop": 940576411
        },
        {
            "start": 940589583,
            "stop": 940597981
        },
        {
            "start": 940603911,
            "stop": 940606087
        },
        {
            "start": 940624312,
            "stop": 940628358
        },
        {
            "start": 940628365,
            "stop": 940629487
        },
        {
            "start": 940641205,
            "stop": 940644065
        },
        {
            "start": 940646524,
            "stop": 940654016
        },
        {
            "start": 940655819,
            "stop": 940666009
        },
        {
            "start": 940672486,
            "stop": 940680811
        },
        {
            "start": 940710959,
            "stop": 940717440
        },
        {
            "start": 940719353,
            "stop": 940733943
        },
        {
            "start": 940734960,
            "stop": 940760677
        },
        {
            "start": 940760684,
            "stop": 940772105
        },
        {
            "start": 940772111,
            "stop": 940772749
        },
        {
            "start": 940772755,
            "stop": 940772830
        },
        {
            "start": 940772836,
            "stop": 940773657
        },
        {
            "start": 940773674,
            "stop": 940773739
        },
        {
            "start": 940773745,
            "stop": 940773748
        },
        {
            "start": 940773754,
            "stop": 940774393
        },
        {
            "start": 940782543,
            "stop": 940784955
        }
    ]
}