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=219
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=220",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=218",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 219,
    "results": [
        {
            "start": 820502168,
            "stop": 820502352
        },
        {
            "start": 820502360,
            "stop": 820502460
        },
        {
            "start": 820502520,
            "stop": 820502523
        },
        {
            "start": 820502530,
            "stop": 820502741
        },
        {
            "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": 820503720
        },
        {
            "start": 820503780,
            "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
        }
    ]
}