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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=46",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 47,
    "results": [
        {
            "start": 942384740,
            "stop": 942409147
        },
        {
            "start": 942410068,
            "stop": 942411200
        },
        {
            "start": 942414536,
            "stop": 942415270
        },
        {
            "start": 942419816,
            "stop": 942420603
        },
        {
            "start": 942422650,
            "stop": 942422846
        },
        {
            "start": 942423762,
            "stop": 942423830
        },
        {
            "start": 942425621,
            "stop": 942431643
        },
        {
            "start": 942437933,
            "stop": 942438745
        },
        {
            "start": 942444154,
            "stop": 942444197
        },
        {
            "start": 942445973,
            "stop": 942447126
        },
        {
            "start": 942447199,
            "stop": 942447243
        },
        {
            "start": 942455411,
            "stop": 942455482
        },
        {
            "start": 942458537,
            "stop": 942458683
        },
        {
            "start": 942460222,
            "stop": 942460783
        },
        {
            "start": 942462549,
            "stop": 942463410
        },
        {
            "start": 942464764,
            "stop": 942464802
        },
        {
            "start": 942466797,
            "stop": 942466814
        },
        {
            "start": 942486839,
            "stop": 942487036
        },
        {
            "start": 942488404,
            "stop": 942488998
        },
        {
            "start": 942489979,
            "stop": 942490293
        }
    ]
}