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=188
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=189",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=187",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 188,
    "results": [
        {
            "start": 956585693,
            "stop": 956585752
        },
        {
            "start": 956585755,
            "stop": 956585796
        },
        {
            "start": 956585801,
            "stop": 956585825
        },
        {
            "start": 956585831,
            "stop": 956585832
        },
        {
            "start": 956585842,
            "stop": 956585845
        },
        {
            "start": 956585849,
            "stop": 956585855
        },
        {
            "start": 956585858,
            "stop": 956585903
        },
        {
            "start": 956585910,
            "stop": 956585914
        },
        {
            "start": 956585922,
            "stop": 956585930
        },
        {
            "start": 956585935,
            "stop": 956585951
        },
        {
            "start": 956585954,
            "stop": 956585976
        },
        {
            "start": 956585988,
            "stop": 956586176
        },
        {
            "start": 956586184,
            "stop": 956586227
        },
        {
            "start": 956586233,
            "stop": 956586288
        },
        {
            "start": 956586294,
            "stop": 956586302
        },
        {
            "start": 956586305,
            "stop": 956586315
        },
        {
            "start": 956586321,
            "stop": 956586324
        },
        {
            "start": 956586330,
            "stop": 956586336
        },
        {
            "start": 956586340,
            "stop": 956586341
        },
        {
            "start": 956586344,
            "stop": 956586348
        }
    ]
}