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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=194",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=192",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 193,
    "results": [
        {
            "start": 933225149,
            "stop": 933225209
        },
        {
            "start": 933225329,
            "stop": 933225449
        },
        {
            "start": 933225989,
            "stop": 933226229
        },
        {
            "start": 933226289,
            "stop": 933226469
        },
        {
            "start": 933226529,
            "stop": 933226649
        },
        {
            "start": 933226709,
            "stop": 933226829
        },
        {
            "start": 933226889,
            "stop": 933227069
        },
        {
            "start": 933227129,
            "stop": 933227429
        },
        {
            "start": 933227549,
            "stop": 933227669
        },
        {
            "start": 933227849,
            "stop": 933228015
        },
        {
            "start": 933234841,
            "stop": 933235215
        },
        {
            "start": 933235575,
            "stop": 933236029
        },
        {
            "start": 933237803,
            "stop": 933237989
        },
        {
            "start": 933238049,
            "stop": 933238169
        },
        {
            "start": 933238229,
            "stop": 933238529
        },
        {
            "start": 933238589,
            "stop": 933238815
        },
        {
            "start": 933239175,
            "stop": 933239369
        },
        {
            "start": 933239429,
            "stop": 933239489
        },
        {
            "start": 933239549,
            "stop": 933239669
        },
        {
            "start": 933239729,
            "stop": 933239780
        }
    ]
}