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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=80",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT1/segments?format=api&page=78",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 79,
    "results": [
        {
            "start": 840198112,
            "stop": 840200742
        },
        {
            "start": 840201288,
            "stop": 840222295
        },
        {
            "start": 840223399,
            "stop": 840225011
        },
        {
            "start": 840225599,
            "stop": 840230225
        },
        {
            "start": 840230804,
            "stop": 840231617
        },
        {
            "start": 840232210,
            "stop": 840238338
        },
        {
            "start": 840239651,
            "stop": 840244003
        },
        {
            "start": 840245205,
            "stop": 840292494
        },
        {
            "start": 840313365,
            "stop": 840317224
        },
        {
            "start": 840318177,
            "stop": 840403599
        },
        {
            "start": 840405357,
            "stop": 840488415
        },
        {
            "start": 840489766,
            "stop": 840492005
        },
        {
            "start": 840493347,
            "stop": 840500903
        },
        {
            "start": 840502286,
            "stop": 840502639
        },
        {
            "start": 840505845,
            "stop": 840576658
        },
        {
            "start": 840585328,
            "stop": 840671297
        },
        {
            "start": 840672500,
            "stop": 840734658
        },
        {
            "start": 840735792,
            "stop": 840736831
        },
        {
            "start": 840737388,
            "stop": 840737683
        },
        {
            "start": 840738336,
            "stop": 840740759
        }
    ]
}