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=8686
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=8687",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8685",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8686,
    "results": [
        {
            "start": 872021580,
            "stop": 872021846
        },
        {
            "start": 872021882,
            "stop": 872021975
        },
        {
            "start": 872022011,
            "stop": 872022035
        },
        {
            "start": 872022071,
            "stop": 872022780
        },
        {
            "start": 872022840,
            "stop": 872022981
        },
        {
            "start": 872023101,
            "stop": 872023104
        },
        {
            "start": 872023200,
            "stop": 872023790
        },
        {
            "start": 872023870,
            "stop": 872025602
        },
        {
            "start": 872025722,
            "stop": 872026490
        },
        {
            "start": 872026630,
            "stop": 872026929
        },
        {
            "start": 872026933,
            "stop": 872027990
        },
        {
            "start": 872028248,
            "stop": 872028713
        },
        {
            "start": 872028730,
            "stop": 872030130
        },
        {
            "start": 872030147,
            "stop": 872030640
        },
        {
            "start": 872030722,
            "stop": 872030828
        },
        {
            "start": 872032214,
            "stop": 872032241
        },
        {
            "start": 872032361,
            "stop": 872032669
        },
        {
            "start": 872032789,
            "stop": 872033285
        },
        {
            "start": 872033405,
            "stop": 872033630
        },
        {
            "start": 872033710,
            "stop": 872033792
        }
    ]
}