Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=196
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=197",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=195",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 196,
    "results": [
        {
            "start": 842459279,
            "stop": 842468441
        },
        {
            "start": 842469479,
            "stop": 842472465
        },
        {
            "start": 842473324,
            "stop": 842478493
        },
        {
            "start": 842480408,
            "stop": 842485330
        },
        {
            "start": 842486289,
            "stop": 842495220
        },
        {
            "start": 842497686,
            "stop": 842521610
        },
        {
            "start": 842522670,
            "stop": 842561758
        },
        {
            "start": 842565369,
            "stop": 842586493
        },
        {
            "start": 842587893,
            "stop": 842652937
        },
        {
            "start": 842655593,
            "stop": 842666953
        },
        {
            "start": 842667617,
            "stop": 842670951
        },
        {
            "start": 842672002,
            "stop": 842678773
        },
        {
            "start": 842679426,
            "stop": 842689153
        },
        {
            "start": 842689875,
            "stop": 842713217
        },
        {
            "start": 842734453,
            "stop": 842735860
        },
        {
            "start": 842736077,
            "stop": 842740180
        },
        {
            "start": 842745683,
            "stop": 842762952
        },
        {
            "start": 842763781,
            "stop": 842803513
        },
        {
            "start": 842804997,
            "stop": 842814193
        },
        {
            "start": 842815802,
            "stop": 842816592
        }
    ]
}