Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=382
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=383",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=381",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 382,
    "results": [
        {
            "start": 860650058,
            "stop": 860675490
        },
        {
            "start": 860677088,
            "stop": 860687661
        },
        {
            "start": 860687667,
            "stop": 860704815
        },
        {
            "start": 860704821,
            "stop": 860710795
        },
        {
            "start": 860711732,
            "stop": 860715624
        },
        {
            "start": 860716306,
            "stop": 860722365
        },
        {
            "start": 860723606,
            "stop": 860728963
        },
        {
            "start": 860729828,
            "stop": 860735164
        },
        {
            "start": 860736025,
            "stop": 860740018
        },
        {
            "start": 860740023,
            "stop": 860759688
        },
        {
            "start": 860761092,
            "stop": 860774257
        },
        {
            "start": 860774374,
            "stop": 860789278
        },
        {
            "start": 860790909,
            "stop": 860796802
        },
        {
            "start": 860797122,
            "stop": 860827370
        },
        {
            "start": 860827690,
            "stop": 860857392
        },
        {
            "start": 860874647,
            "stop": 860877457
        },
        {
            "start": 860877842,
            "stop": 860879006
        },
        {
            "start": 860879926,
            "stop": 860887359
        },
        {
            "start": 860888491,
            "stop": 860888729
        },
        {
            "start": 860891128,
            "stop": 860894442
        }
    ]
}