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=289
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=290",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=288",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 289,
    "results": [
        {
            "start": 821173995,
            "stop": 821174355
        },
        {
            "start": 821174363,
            "stop": 821174407
        },
        {
            "start": 821174410,
            "stop": 821174503
        },
        {
            "start": 821174506,
            "stop": 821174513
        },
        {
            "start": 821174711,
            "stop": 821174778
        },
        {
            "start": 821174781,
            "stop": 821174788
        },
        {
            "start": 821174791,
            "stop": 821175504
        },
        {
            "start": 821175507,
            "stop": 821175640
        },
        {
            "start": 821175643,
            "stop": 821175857
        },
        {
            "start": 821175860,
            "stop": 821177423
        },
        {
            "start": 821177430,
            "stop": 821179765
        },
        {
            "start": 821179772,
            "stop": 821179846
        },
        {
            "start": 821179853,
            "stop": 821179856
        },
        {
            "start": 821179863,
            "stop": 821180169
        },
        {
            "start": 821180176,
            "stop": 821180595
        },
        {
            "start": 821180596,
            "stop": 821180862
        },
        {
            "start": 821180870,
            "stop": 821181077
        },
        {
            "start": 821181084,
            "stop": 821182387
        },
        {
            "start": 821182993,
            "stop": 821183083
        },
        {
            "start": 821184087,
            "stop": 821185414
        }
    ]
}