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=231
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=232",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=230",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 231,
    "results": [
        {
            "start": 849792926,
            "stop": 849820343
        },
        {
            "start": 849820346,
            "stop": 849821833
        },
        {
            "start": 849821837,
            "stop": 849822362
        },
        {
            "start": 849829006,
            "stop": 849829152
        },
        {
            "start": 849829576,
            "stop": 849831436
        },
        {
            "start": 849831441,
            "stop": 849831876
        },
        {
            "start": 849831880,
            "stop": 849831939
        },
        {
            "start": 849831944,
            "stop": 849832019
        },
        {
            "start": 849832023,
            "stop": 849832216
        },
        {
            "start": 849832221,
            "stop": 849870108
        },
        {
            "start": 849871555,
            "stop": 849892633
        },
        {
            "start": 849897424,
            "stop": 849901303
        },
        {
            "start": 849901998,
            "stop": 849906553
        },
        {
            "start": 849907744,
            "stop": 849950593
        },
        {
            "start": 849953968,
            "stop": 849958368
        },
        {
            "start": 849958372,
            "stop": 849958430
        },
        {
            "start": 849958438,
            "stop": 849958444
        },
        {
            "start": 849958472,
            "stop": 849958566
        },
        {
            "start": 849958570,
            "stop": 849958575
        },
        {
            "start": 849958579,
            "stop": 849958633
        }
    ]
}