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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=125",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=123",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 124,
    "results": [
        {
            "start": 931667306,
            "stop": 931673022
        },
        {
            "start": 931673608,
            "stop": 931674741
        },
        {
            "start": 931685699,
            "stop": 931686150
        },
        {
            "start": 931699514,
            "stop": 931699591
        },
        {
            "start": 931704410,
            "stop": 931704418
        },
        {
            "start": 931704424,
            "stop": 931704438
        },
        {
            "start": 931704444,
            "stop": 931704447
        },
        {
            "start": 931704454,
            "stop": 931704468
        },
        {
            "start": 931704473,
            "stop": 931704476
        },
        {
            "start": 931704489,
            "stop": 931704491
        },
        {
            "start": 931704512,
            "stop": 931704533
        },
        {
            "start": 931704541,
            "stop": 931704546
        },
        {
            "start": 931704554,
            "stop": 931704555
        },
        {
            "start": 931704561,
            "stop": 931704577
        },
        {
            "start": 931704593,
            "stop": 931704598
        },
        {
            "start": 931704618,
            "stop": 931704627
        },
        {
            "start": 931704676,
            "stop": 931704679
        },
        {
            "start": 931704691,
            "stop": 931704697
        },
        {
            "start": 931704721,
            "stop": 931704723
        },
        {
            "start": 931704747,
            "stop": 931704752
        }
    ]
}