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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8678",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8676",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8677,
    "results": [
        {
            "start": 871849560,
            "stop": 871849779
        },
        {
            "start": 871849796,
            "stop": 871850203
        },
        {
            "start": 871850220,
            "stop": 871850400
        },
        {
            "start": 871850473,
            "stop": 871850481
        },
        {
            "start": 871850650,
            "stop": 871851287
        },
        {
            "start": 871851420,
            "stop": 871851514
        },
        {
            "start": 871851696,
            "stop": 871851900
        },
        {
            "start": 871851960,
            "stop": 871852740
        },
        {
            "start": 871852906,
            "stop": 871853480
        },
        {
            "start": 871853520,
            "stop": 871853580
        },
        {
            "start": 871858697,
            "stop": 871858783
        },
        {
            "start": 871858800,
            "stop": 871859474
        },
        {
            "start": 871859594,
            "stop": 871859870
        },
        {
            "start": 871859950,
            "stop": 871860368
        },
        {
            "start": 871860510,
            "stop": 871860554
        },
        {
            "start": 871860605,
            "stop": 871861222
        },
        {
            "start": 871861239,
            "stop": 871861305
        },
        {
            "start": 871861322,
            "stop": 871861454
        },
        {
            "start": 871861471,
            "stop": 871861731
        },
        {
            "start": 871861851,
            "stop": 871862113
        }
    ]
}