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/H2_CBCLOW_CAT3/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/H2_CBCLOW_CAT3/segments?format=api&page=244",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=242",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 243,
    "results": [
        {
            "start": 820896142,
            "stop": 820896335
        },
        {
            "start": 820896339,
            "stop": 820896345
        },
        {
            "start": 820896349,
            "stop": 820896413
        },
        {
            "start": 820896416,
            "stop": 820896451
        },
        {
            "start": 820896470,
            "stop": 820896501
        },
        {
            "start": 820896505,
            "stop": 820896562
        },
        {
            "start": 820896570,
            "stop": 820897087
        },
        {
            "start": 820897094,
            "stop": 820898725
        },
        {
            "start": 820898733,
            "stop": 820898743
        },
        {
            "start": 820898751,
            "stop": 820898774
        },
        {
            "start": 820898782,
            "stop": 820899011
        },
        {
            "start": 820899018,
            "stop": 820899344
        },
        {
            "start": 820899351,
            "stop": 820899967
        },
        {
            "start": 820899974,
            "stop": 820901162
        },
        {
            "start": 820901169,
            "stop": 820901334
        },
        {
            "start": 820901341,
            "stop": 820901477
        },
        {
            "start": 820901485,
            "stop": 820902035
        },
        {
            "start": 820902042,
            "stop": 820902216
        },
        {
            "start": 820902223,
            "stop": 820902761
        },
        {
            "start": 820902768,
            "stop": 820902896
        }
    ]
}