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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=142",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=140",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 141,
    "results": [
        {
            "start": 835979103,
            "stop": 835983893
        },
        {
            "start": 835984436,
            "stop": 835999727
        },
        {
            "start": 835999731,
            "stop": 835999743
        },
        {
            "start": 835999746,
            "stop": 836039511
        },
        {
            "start": 836042727,
            "stop": 836063473
        },
        {
            "start": 836063901,
            "stop": 836067445
        },
        {
            "start": 836074823,
            "stop": 836080301
        },
        {
            "start": 836082292,
            "stop": 836082661
        },
        {
            "start": 836083061,
            "stop": 836097754
        },
        {
            "start": 836098210,
            "stop": 836108863
        },
        {
            "start": 836111110,
            "stop": 836111119
        },
        {
            "start": 836111134,
            "stop": 836118795
        },
        {
            "start": 836119868,
            "stop": 836127425
        },
        {
            "start": 836130845,
            "stop": 836158056
        },
        {
            "start": 836160142,
            "stop": 836163462
        },
        {
            "start": 836163958,
            "stop": 836165622
        },
        {
            "start": 836166022,
            "stop": 836169909
        },
        {
            "start": 836170398,
            "stop": 836172204
        },
        {
            "start": 836172702,
            "stop": 836183857
        },
        {
            "start": 836184270,
            "stop": 836188277
        }
    ]
}