Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=45
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=46",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=44",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 45,
    "results": [
        {
            "start": 940348074,
            "stop": 940348950
        },
        {
            "start": 940350937,
            "stop": 940351460
        },
        {
            "start": 940352388,
            "stop": 940353007
        },
        {
            "start": 940354851,
            "stop": 940360422
        },
        {
            "start": 940362226,
            "stop": 940362716
        },
        {
            "start": 940365359,
            "stop": 940368199
        },
        {
            "start": 940372320,
            "stop": 940375853
        },
        {
            "start": 940529747,
            "stop": 940530636
        },
        {
            "start": 940534854,
            "stop": 940557107
        },
        {
            "start": 940559639,
            "stop": 940576411
        },
        {
            "start": 940589583,
            "stop": 940592030
        },
        {
            "start": 940592034,
            "stop": 940597876
        },
        {
            "start": 940603911,
            "stop": 940605682
        },
        {
            "start": 940605688,
            "stop": 940605830
        },
        {
            "start": 940605834,
            "stop": 940605835
        },
        {
            "start": 940605838,
            "stop": 940605956
        },
        {
            "start": 940605959,
            "stop": 940605977
        },
        {
            "start": 940605980,
            "stop": 940605982
        },
        {
            "start": 940624312,
            "stop": 940628326
        },
        {
            "start": 940628330,
            "stop": 940628331
        }
    ]
}