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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=242",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=240",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 241,
    "results": [
        {
            "start": 931573138,
            "stop": 931573143
        },
        {
            "start": 931573144,
            "stop": 931573155
        },
        {
            "start": 931573156,
            "stop": 931573211
        },
        {
            "start": 931573213,
            "stop": 931573217
        },
        {
            "start": 931573218,
            "stop": 931573236
        },
        {
            "start": 931573238,
            "stop": 931573243
        },
        {
            "start": 931573247,
            "stop": 931573264
        },
        {
            "start": 931573266,
            "stop": 931573308
        },
        {
            "start": 931573309,
            "stop": 931573328
        },
        {
            "start": 931573330,
            "stop": 931573381
        },
        {
            "start": 931573383,
            "stop": 931573408
        },
        {
            "start": 931573412,
            "stop": 931573421
        },
        {
            "start": 931573422,
            "stop": 931573433
        },
        {
            "start": 931573435,
            "stop": 931573438
        },
        {
            "start": 931573440,
            "stop": 931573447
        },
        {
            "start": 931573449,
            "stop": 931573464
        },
        {
            "start": 931573465,
            "stop": 931573493
        },
        {
            "start": 931573494,
            "stop": 931573529
        },
        {
            "start": 931573530,
            "stop": 931573535
        },
        {
            "start": 931573541,
            "stop": 931573552
        }
    ]
}