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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3305",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3303",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3304,
    "results": [
        {
            "start": 874942800,
            "stop": 874943160
        },
        {
            "start": 874943220,
            "stop": 874944475
        },
        {
            "start": 874944479,
            "stop": 874945039
        },
        {
            "start": 874945042,
            "stop": 874945044
        },
        {
            "start": 874945047,
            "stop": 874945445
        },
        {
            "start": 874953518,
            "stop": 874953540
        },
        {
            "start": 874953600,
            "stop": 874953960
        },
        {
            "start": 874954080,
            "stop": 874954740
        },
        {
            "start": 874954800,
            "stop": 874955787
        },
        {
            "start": 874955790,
            "stop": 874955803
        },
        {
            "start": 874955806,
            "stop": 874955940
        },
        {
            "start": 874956060,
            "stop": 874957080
        },
        {
            "start": 874957140,
            "stop": 874957260
        },
        {
            "start": 874957320,
            "stop": 874957500
        },
        {
            "start": 874957560,
            "stop": 874957980
        },
        {
            "start": 874958100,
            "stop": 874958580
        },
        {
            "start": 874958700,
            "stop": 874958946
        },
        {
            "start": 874958951,
            "stop": 874959030
        },
        {
            "start": 874959090,
            "stop": 874959115
        },
        {
            "start": 874959118,
            "stop": 874959120
        }
    ]
}