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=7874
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=7875",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7873",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7874,
    "results": [
        {
            "start": 969893377,
            "stop": 969893405
        },
        {
            "start": 969893408,
            "stop": 969893409
        },
        {
            "start": 969893412,
            "stop": 969893444
        },
        {
            "start": 969893519,
            "stop": 969893520
        },
        {
            "start": 969893531,
            "stop": 969893537
        },
        {
            "start": 969893548,
            "stop": 969893614
        },
        {
            "start": 969893663,
            "stop": 969893674
        },
        {
            "start": 969893721,
            "stop": 969893728
        },
        {
            "start": 969893749,
            "stop": 969893829
        },
        {
            "start": 969893852,
            "stop": 969893879
        },
        {
            "start": 969893905,
            "stop": 969893906
        },
        {
            "start": 969893947,
            "stop": 969893955
        },
        {
            "start": 969893961,
            "stop": 969893966
        },
        {
            "start": 969893987,
            "stop": 969893990
        },
        {
            "start": 969894011,
            "stop": 969894201
        },
        {
            "start": 969894222,
            "stop": 969894230
        },
        {
            "start": 969894269,
            "stop": 969894289
        },
        {
            "start": 969894292,
            "stop": 969894334
        },
        {
            "start": 969894345,
            "stop": 969894366
        },
        {
            "start": 969894369,
            "stop": 969894373
        }
    ]
}