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=185
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=186",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=184",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 185,
    "results": [
        {
            "start": 820502745,
            "stop": 820502751
        },
        {
            "start": 820502758,
            "stop": 820503287
        },
        {
            "start": 820503300,
            "stop": 820503324
        },
        {
            "start": 820503332,
            "stop": 820503387
        },
        {
            "start": 820503394,
            "stop": 820503490
        },
        {
            "start": 820503504,
            "stop": 820503532
        },
        {
            "start": 820503539,
            "stop": 820504397
        },
        {
            "start": 820504405,
            "stop": 820504986
        },
        {
            "start": 820505000,
            "stop": 820505121
        },
        {
            "start": 820505128,
            "stop": 820505170
        },
        {
            "start": 820505177,
            "stop": 820505523
        },
        {
            "start": 820505530,
            "stop": 820505730
        },
        {
            "start": 820505737,
            "stop": 820505858
        },
        {
            "start": 820505872,
            "stop": 820505993
        },
        {
            "start": 820506000,
            "stop": 820506044
        },
        {
            "start": 820506059,
            "stop": 820506470
        },
        {
            "start": 820506550,
            "stop": 820506655
        },
        {
            "start": 820506662,
            "stop": 820506827
        },
        {
            "start": 820506835,
            "stop": 820507013
        },
        {
            "start": 820507020,
            "stop": 820507021
        }
    ]
}