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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=417",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=415",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 416,
    "results": [
        {
            "start": 869498772,
            "stop": 869499429
        },
        {
            "start": 869499451,
            "stop": 869501457
        },
        {
            "start": 869501478,
            "stop": 869501804
        },
        {
            "start": 869501826,
            "stop": 869505232
        },
        {
            "start": 869505569,
            "stop": 869505989
        },
        {
            "start": 869506289,
            "stop": 869508580
        },
        {
            "start": 869508612,
            "stop": 869513660
        },
        {
            "start": 869513862,
            "stop": 869516674
        },
        {
            "start": 869516696,
            "stop": 869517732
        },
        {
            "start": 869517763,
            "stop": 869521777
        },
        {
            "start": 869521798,
            "stop": 869521817
        },
        {
            "start": 869521838,
            "stop": 869522667
        },
        {
            "start": 869522672,
            "stop": 869522711
        },
        {
            "start": 869522730,
            "stop": 869522923
        },
        {
            "start": 869522942,
            "stop": 869524013
        },
        {
            "start": 869526206,
            "stop": 869526660
        },
        {
            "start": 869526721,
            "stop": 869527139
        },
        {
            "start": 869527158,
            "stop": 869528234
        },
        {
            "start": 869528253,
            "stop": 869528280
        },
        {
            "start": 869528340,
            "stop": 869528403
        }
    ]
}