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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=266",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=264",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 265,
    "results": [
        {
            "start": 849480025,
            "stop": 849480669
        },
        {
            "start": 849480930,
            "stop": 849481588
        },
        {
            "start": 849481671,
            "stop": 849554397
        },
        {
            "start": 849556177,
            "stop": 849559555
        },
        {
            "start": 849560560,
            "stop": 849564253
        },
        {
            "start": 849565153,
            "stop": 849565273
        },
        {
            "start": 849565319,
            "stop": 849565322
        },
        {
            "start": 849566075,
            "stop": 849573749
        },
        {
            "start": 849574944,
            "stop": 849637813
        },
        {
            "start": 849637851,
            "stop": 849637852
        },
        {
            "start": 849680289,
            "stop": 849711487
        },
        {
            "start": 849712929,
            "stop": 849729292
        },
        {
            "start": 849730346,
            "stop": 849750973
        },
        {
            "start": 849752710,
            "stop": 849787273
        },
        {
            "start": 849787311,
            "stop": 849787312
        },
        {
            "start": 849794967,
            "stop": 849820343
        },
        {
            "start": 849820346,
            "stop": 849821833
        },
        {
            "start": 849821837,
            "stop": 849823568
        },
        {
            "start": 849828459,
            "stop": 849829147
        },
        {
            "start": 849829578,
            "stop": 849831436
        }
    ]
}