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=103
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=104",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=102",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 103,
    "results": [
        {
            "start": 931757546,
            "stop": 931757638
        },
        {
            "start": 931757656,
            "stop": 931757803
        },
        {
            "start": 931757822,
            "stop": 931757973
        },
        {
            "start": 931757991,
            "stop": 931758083
        },
        {
            "start": 931758113,
            "stop": 931758339
        },
        {
            "start": 931758359,
            "stop": 931758384
        },
        {
            "start": 931758402,
            "stop": 931758408
        },
        {
            "start": 931758476,
            "stop": 931758607
        },
        {
            "start": 931758625,
            "stop": 931758857
        },
        {
            "start": 931758877,
            "stop": 931758908
        },
        {
            "start": 931758926,
            "stop": 931758964
        },
        {
            "start": 931759094,
            "stop": 931759108
        },
        {
            "start": 931759126,
            "stop": 931759211
        },
        {
            "start": 931759575,
            "stop": 931759588
        },
        {
            "start": 931759605,
            "stop": 931759616
        },
        {
            "start": 931759633,
            "stop": 931759672
        },
        {
            "start": 931759675,
            "stop": 931759841
        },
        {
            "start": 931759864,
            "stop": 931759933
        },
        {
            "start": 931759955,
            "stop": 931760330
        },
        {
            "start": 931760352,
            "stop": 931760370
        }
    ]
}