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=243
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=244",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=242",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 243,
    "results": [
        {
            "start": 820891837,
            "stop": 820892035
        },
        {
            "start": 820892042,
            "stop": 820892142
        },
        {
            "start": 820892149,
            "stop": 820892396
        },
        {
            "start": 820892403,
            "stop": 820892510
        },
        {
            "start": 820892590,
            "stop": 820892680
        },
        {
            "start": 820892687,
            "stop": 820892748
        },
        {
            "start": 820892755,
            "stop": 820892810
        },
        {
            "start": 820893010,
            "stop": 820893152
        },
        {
            "start": 820893160,
            "stop": 820893166
        },
        {
            "start": 820893173,
            "stop": 820893185
        },
        {
            "start": 820893193,
            "stop": 820893303
        },
        {
            "start": 820893307,
            "stop": 820893391
        },
        {
            "start": 820893395,
            "stop": 820893421
        },
        {
            "start": 820893425,
            "stop": 820893436
        },
        {
            "start": 820893440,
            "stop": 820893475
        },
        {
            "start": 820893483,
            "stop": 820893493
        },
        {
            "start": 820893730,
            "stop": 820893793
        },
        {
            "start": 820894030,
            "stop": 820894051
        },
        {
            "start": 820894059,
            "stop": 820894064
        },
        {
            "start": 820894068,
            "stop": 820894074
        }
    ]
}