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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=224",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=222",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 223,
    "results": [
        {
            "start": 933966216,
            "stop": 933966223
        },
        {
            "start": 933966225,
            "stop": 933966230
        },
        {
            "start": 933966235,
            "stop": 933967705
        },
        {
            "start": 933967707,
            "stop": 933967755
        },
        {
            "start": 933967995,
            "stop": 933969280
        },
        {
            "start": 933969282,
            "stop": 933970391
        },
        {
            "start": 933984631,
            "stop": 933985709
        },
        {
            "start": 933985995,
            "stop": 933986482
        },
        {
            "start": 933986485,
            "stop": 933988531
        },
        {
            "start": 933988550,
            "stop": 933988606
        },
        {
            "start": 933990657,
            "stop": 933992955
        },
        {
            "start": 933993195,
            "stop": 933993356
        },
        {
            "start": 933993359,
            "stop": 933993912
        },
        {
            "start": 933993915,
            "stop": 933996537
        },
        {
            "start": 933996540,
            "stop": 933996555
        },
        {
            "start": 933999363,
            "stop": 934000155
        },
        {
            "start": 934000395,
            "stop": 934000714
        },
        {
            "start": 934000734,
            "stop": 934001532
        },
        {
            "start": 934001550,
            "stop": 934001553
        },
        {
            "start": 934004537,
            "stop": 934004743
        }
    ]
}