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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=204",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=202",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 203,
    "results": [
        {
            "start": 820425240,
            "stop": 820425350
        },
        {
            "start": 820425357,
            "stop": 820425480
        },
        {
            "start": 820425540,
            "stop": 820425787
        },
        {
            "start": 820425794,
            "stop": 820425840
        },
        {
            "start": 820425900,
            "stop": 820426153
        },
        {
            "start": 820426161,
            "stop": 820426168
        },
        {
            "start": 820426175,
            "stop": 820426201
        },
        {
            "start": 820426208,
            "stop": 820426292
        },
        {
            "start": 820426321,
            "stop": 820426635
        },
        {
            "start": 820426643,
            "stop": 820426782
        },
        {
            "start": 820426796,
            "stop": 820426919
        },
        {
            "start": 820426927,
            "stop": 820427072
        },
        {
            "start": 820427086,
            "stop": 820427204
        },
        {
            "start": 820427211,
            "stop": 820427280
        },
        {
            "start": 820427340,
            "stop": 820427416
        },
        {
            "start": 820427430,
            "stop": 820427520
        },
        {
            "start": 820427580,
            "stop": 820427700
        },
        {
            "start": 820427880,
            "stop": 820427995
        },
        {
            "start": 820428003,
            "stop": 820428020
        },
        {
            "start": 820428028,
            "stop": 820428628
        }
    ]
}