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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2192",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2190",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2191,
    "results": [
        {
            "start": 872509037,
            "stop": 872509271
        },
        {
            "start": 872509288,
            "stop": 872509300
        },
        {
            "start": 872509317,
            "stop": 872509351
        },
        {
            "start": 872509368,
            "stop": 872509793
        },
        {
            "start": 872509813,
            "stop": 872509820
        },
        {
            "start": 872509837,
            "stop": 872509844
        },
        {
            "start": 872509873,
            "stop": 872509892
        },
        {
            "start": 872510412,
            "stop": 872510432
        },
        {
            "start": 872510476,
            "stop": 872510479
        },
        {
            "start": 872510510,
            "stop": 872510521
        },
        {
            "start": 872510566,
            "stop": 872510593
        },
        {
            "start": 872510655,
            "stop": 872510708
        },
        {
            "start": 872510738,
            "stop": 872510754
        },
        {
            "start": 872510775,
            "stop": 872510776
        },
        {
            "start": 872510795,
            "stop": 872510803
        },
        {
            "start": 872510896,
            "stop": 872510916
        },
        {
            "start": 872510933,
            "stop": 872510976
        },
        {
            "start": 872511089,
            "stop": 872511094
        },
        {
            "start": 872511111,
            "stop": 872511157
        },
        {
            "start": 872511175,
            "stop": 872511216
        }
    ]
}