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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CW_CAT1/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CW_CAT1/segments?format=api&page=23",
    "results_count": 953,
    "results_per_page": 20,
    "num_pages": 48,
    "page_number": 24,
    "results": [
        {
            "start": 1410707371,
            "stop": 1410729193
        },
        {
            "start": 1410734419,
            "stop": 1410768736
        },
        {
            "start": 1410772414,
            "stop": 1410778287
        },
        {
            "start": 1410782245,
            "stop": 1410795019
        },
        {
            "start": 1410809045,
            "stop": 1410810804
        },
        {
            "start": 1410815241,
            "stop": 1410817158
        },
        {
            "start": 1410817168,
            "stop": 1410818528
        },
        {
            "start": 1410821979,
            "stop": 1410824024
        },
        {
            "start": 1410824205,
            "stop": 1410839607
        },
        {
            "start": 1410843019,
            "stop": 1410873288
        },
        {
            "start": 1410873518,
            "stop": 1410915101
        },
        {
            "start": 1410915275,
            "stop": 1410949523
        },
        {
            "start": 1410949600,
            "stop": 1410957531
        },
        {
            "start": 1410970317,
            "stop": 1410983403
        },
        {
            "start": 1410989452,
            "stop": 1410994363
        },
        {
            "start": 1410998405,
            "stop": 1411034087
        },
        {
            "start": 1411038916,
            "stop": 1411053790
        },
        {
            "start": 1411058146,
            "stop": 1411073620
        },
        {
            "start": 1411080368,
            "stop": 1411085537
        },
        {
            "start": 1411089565,
            "stop": 1411096980
        }
    ]
}