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=352
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=353",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=351",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 352,
    "results": [
        {
            "start": 939535106,
            "stop": 939535109
        },
        {
            "start": 939535112,
            "stop": 939535151
        },
        {
            "start": 939535154,
            "stop": 939535184
        },
        {
            "start": 939535188,
            "stop": 939535213
        },
        {
            "start": 939535216,
            "stop": 939535231
        },
        {
            "start": 939535234,
            "stop": 939535279
        },
        {
            "start": 939535282,
            "stop": 939535307
        },
        {
            "start": 939535310,
            "stop": 939535311
        },
        {
            "start": 939535314,
            "stop": 939535319
        },
        {
            "start": 939535322,
            "stop": 939535346
        },
        {
            "start": 939535349,
            "stop": 939535381
        },
        {
            "start": 939535384,
            "stop": 939535411
        },
        {
            "start": 939535415,
            "stop": 939535448
        },
        {
            "start": 939535454,
            "stop": 939535541
        },
        {
            "start": 939535544,
            "stop": 939535630
        },
        {
            "start": 939535633,
            "stop": 939535652
        },
        {
            "start": 939535655,
            "stop": 939535669
        },
        {
            "start": 939535672,
            "stop": 939535673
        },
        {
            "start": 939535678,
            "stop": 939535686
        },
        {
            "start": 939535690,
            "stop": 939535726
        }
    ]
}