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=270
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=271",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=269",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 270,
    "results": [
        {
            "start": 964656540,
            "stop": 964656664
        },
        {
            "start": 964656667,
            "stop": 964656669
        },
        {
            "start": 964656672,
            "stop": 964656701
        },
        {
            "start": 964656709,
            "stop": 964656733
        },
        {
            "start": 964656736,
            "stop": 964656769
        },
        {
            "start": 964656779,
            "stop": 964656917
        },
        {
            "start": 964656920,
            "stop": 964723796
        },
        {
            "start": 964726450,
            "stop": 964825963
        },
        {
            "start": 964829879,
            "stop": 964871823
        },
        {
            "start": 964872417,
            "stop": 964883173
        },
        {
            "start": 964908968,
            "stop": 964933093
        },
        {
            "start": 964934695,
            "stop": 964962244
        },
        {
            "start": 964969304,
            "stop": 964977516
        },
        {
            "start": 964979291,
            "stop": 964993662
        },
        {
            "start": 965043531,
            "stop": 965044617
        },
        {
            "start": 965046108,
            "stop": 965055591
        },
        {
            "start": 965060380,
            "stop": 965085309
        },
        {
            "start": 965098147,
            "stop": 965102504
        },
        {
            "start": 965106489,
            "stop": 965125772
        },
        {
            "start": 965127908,
            "stop": 965144187
        }
    ]
}