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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=384",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=382",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 383,
    "results": [
        {
            "start": 866216890,
            "stop": 866216916
        },
        {
            "start": 866217216,
            "stop": 866217262
        },
        {
            "start": 866217372,
            "stop": 866219306
        },
        {
            "start": 866219606,
            "stop": 866221684
        },
        {
            "start": 866222306,
            "stop": 866222422
        },
        {
            "start": 866224786,
            "stop": 866224980
        },
        {
            "start": 866225590,
            "stop": 866225821
        },
        {
            "start": 866226157,
            "stop": 866226640
        },
        {
            "start": 866226940,
            "stop": 866229593
        },
        {
            "start": 866229610,
            "stop": 866229612
        },
        {
            "start": 866229636,
            "stop": 866229696
        },
        {
            "start": 866229996,
            "stop": 866230312
        },
        {
            "start": 866230333,
            "stop": 866231388
        },
        {
            "start": 866232125,
            "stop": 866232146
        },
        {
            "start": 866232458,
            "stop": 866232475
        },
        {
            "start": 866232585,
            "stop": 866232618
        },
        {
            "start": 866232918,
            "stop": 866235948
        },
        {
            "start": 866236248,
            "stop": 866236432
        },
        {
            "start": 866236467,
            "stop": 866237057
        },
        {
            "start": 866237076,
            "stop": 866237312
        }
    ]
}