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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3706",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3704",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3705,
    "results": [
        {
            "start": 873243262,
            "stop": 873243923
        },
        {
            "start": 873243940,
            "stop": 873243993
        },
        {
            "start": 873244010,
            "stop": 873244020
        },
        {
            "start": 873244080,
            "stop": 873244093
        },
        {
            "start": 873244110,
            "stop": 873244125
        },
        {
            "start": 873244142,
            "stop": 873244157
        },
        {
            "start": 873244174,
            "stop": 873244229
        },
        {
            "start": 873244246,
            "stop": 873244336
        },
        {
            "start": 873244358,
            "stop": 873244655
        },
        {
            "start": 873244672,
            "stop": 873245099
        },
        {
            "start": 873245121,
            "stop": 873245122
        },
        {
            "start": 873245143,
            "stop": 873245160
        },
        {
            "start": 873245220,
            "stop": 873245332
        },
        {
            "start": 873245747,
            "stop": 873245906
        },
        {
            "start": 873245923,
            "stop": 873246017
        },
        {
            "start": 873246317,
            "stop": 873246546
        },
        {
            "start": 873247860,
            "stop": 873250440
        },
        {
            "start": 873250500,
            "stop": 873251052
        },
        {
            "start": 873251069,
            "stop": 873251398
        },
        {
            "start": 873251415,
            "stop": 873251612
        }
    ]
}