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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=379",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=377",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 378,
    "results": [
        {
            "start": 821430411,
            "stop": 821430481
        },
        {
            "start": 821430500,
            "stop": 821430505
        },
        {
            "start": 821430527,
            "stop": 821430802
        },
        {
            "start": 821430821,
            "stop": 821431006
        },
        {
            "start": 821431025,
            "stop": 821431294
        },
        {
            "start": 821431313,
            "stop": 821431473
        },
        {
            "start": 821431492,
            "stop": 821432059
        },
        {
            "start": 821432078,
            "stop": 821432092
        },
        {
            "start": 821432111,
            "stop": 821432506
        },
        {
            "start": 821432525,
            "stop": 821432673
        },
        {
            "start": 821432793,
            "stop": 821432837
        },
        {
            "start": 821432957,
            "stop": 821433062
        },
        {
            "start": 821433081,
            "stop": 821433091
        },
        {
            "start": 821433112,
            "stop": 821433271
        },
        {
            "start": 821433292,
            "stop": 821433377
        },
        {
            "start": 821433396,
            "stop": 821433404
        },
        {
            "start": 821433423,
            "stop": 821433434
        },
        {
            "start": 821433453,
            "stop": 821433504
        },
        {
            "start": 821433536,
            "stop": 821433617
        },
        {
            "start": 821433636,
            "stop": 821433708
        }
    ]
}