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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=274",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=272",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 273,
    "results": [
        {
            "start": 860624441,
            "stop": 860648282
        },
        {
            "start": 860650058,
            "stop": 860675490
        },
        {
            "start": 860677088,
            "stop": 860710795
        },
        {
            "start": 860711732,
            "stop": 860715624
        },
        {
            "start": 860716306,
            "stop": 860722365
        },
        {
            "start": 860723606,
            "stop": 860728963
        },
        {
            "start": 860729828,
            "stop": 860735164
        },
        {
            "start": 860736025,
            "stop": 860759688
        },
        {
            "start": 860761092,
            "stop": 860774257
        },
        {
            "start": 860774374,
            "stop": 860789278
        },
        {
            "start": 860790909,
            "stop": 860796581
        },
        {
            "start": 860797122,
            "stop": 860827370
        },
        {
            "start": 860827690,
            "stop": 860857250
        },
        {
            "start": 860874647,
            "stop": 860876754
        },
        {
            "start": 860876755,
            "stop": 860877457
        },
        {
            "start": 860877842,
            "stop": 860878738
        },
        {
            "start": 860879926,
            "stop": 860887359
        },
        {
            "start": 860888491,
            "stop": 860888729
        },
        {
            "start": 860891128,
            "stop": 860894438
        },
        {
            "start": 860894942,
            "stop": 860921047
        }
    ]
}