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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=132",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=130",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 131,
    "results": [
        {
            "start": 818507480,
            "stop": 818511498
        },
        {
            "start": 818511516,
            "stop": 818515494
        },
        {
            "start": 818515512,
            "stop": 818517454
        },
        {
            "start": 818517471,
            "stop": 818524590
        },
        {
            "start": 818562732,
            "stop": 818564489
        },
        {
            "start": 818564490,
            "stop": 818564731
        },
        {
            "start": 818565563,
            "stop": 818569657
        },
        {
            "start": 818576190,
            "stop": 818603306
        },
        {
            "start": 818603310,
            "stop": 818604150
        },
        {
            "start": 818604888,
            "stop": 818605030
        },
        {
            "start": 818605430,
            "stop": 818619174
        },
        {
            "start": 818620584,
            "stop": 818620800
        },
        {
            "start": 818621200,
            "stop": 818634660
        },
        {
            "start": 818637188,
            "stop": 818640279
        },
        {
            "start": 818640283,
            "stop": 818644868
        },
        {
            "start": 818646964,
            "stop": 818654427
        },
        {
            "start": 818655004,
            "stop": 818677263
        },
        {
            "start": 818679152,
            "stop": 818684253
        },
        {
            "start": 818684270,
            "stop": 818687130
        },
        {
            "start": 818688257,
            "stop": 818692206
        }
    ]
}