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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=208",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=206",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 207,
    "results": [
        {
            "start": 820893440,
            "stop": 820893475
        },
        {
            "start": 820893483,
            "stop": 820893493
        },
        {
            "start": 820893730,
            "stop": 820893793
        },
        {
            "start": 820894030,
            "stop": 820894051
        },
        {
            "start": 820894059,
            "stop": 820894064
        },
        {
            "start": 820894068,
            "stop": 820894074
        },
        {
            "start": 820894078,
            "stop": 820894094
        },
        {
            "start": 820894098,
            "stop": 820894118
        },
        {
            "start": 820894122,
            "stop": 820894153
        },
        {
            "start": 820895941,
            "stop": 820895946
        },
        {
            "start": 820895954,
            "stop": 820896138
        },
        {
            "start": 820896142,
            "stop": 820896296
        },
        {
            "start": 820896303,
            "stop": 820896335
        },
        {
            "start": 820896339,
            "stop": 820896345
        },
        {
            "start": 820896349,
            "stop": 820896413
        },
        {
            "start": 820896416,
            "stop": 820896451
        },
        {
            "start": 820896477,
            "stop": 820896501
        },
        {
            "start": 820896505,
            "stop": 820897010
        },
        {
            "start": 820897150,
            "stop": 820898371
        },
        {
            "start": 820898379,
            "stop": 820898450
        }
    ]
}