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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=264",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=262",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 263,
    "results": [
        {
            "start": 962943170,
            "stop": 962943203
        },
        {
            "start": 962943207,
            "stop": 962943210
        },
        {
            "start": 962943214,
            "stop": 962943237
        },
        {
            "start": 962943241,
            "stop": 962943263
        },
        {
            "start": 962943266,
            "stop": 962943272
        },
        {
            "start": 962943278,
            "stop": 962943283
        },
        {
            "start": 962943287,
            "stop": 962943322
        },
        {
            "start": 962943325,
            "stop": 962943332
        },
        {
            "start": 962943337,
            "stop": 962943488
        },
        {
            "start": 962943492,
            "stop": 962943539
        },
        {
            "start": 962943543,
            "stop": 962943562
        },
        {
            "start": 962943565,
            "stop": 962943644
        },
        {
            "start": 962943654,
            "stop": 962943658
        },
        {
            "start": 962943661,
            "stop": 962943680
        },
        {
            "start": 962943683,
            "stop": 962943703
        },
        {
            "start": 962943706,
            "stop": 962943731
        },
        {
            "start": 962943734,
            "stop": 962943759
        },
        {
            "start": 962943761,
            "stop": 962943788
        },
        {
            "start": 962943805,
            "stop": 962943810
        },
        {
            "start": 962943818,
            "stop": 962943819
        }
    ]
}