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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=17",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 18,
    "results": [
        {
            "start": 1167799477,
            "stop": 1167799706
        },
        {
            "start": 1167799710,
            "stop": 1167799939
        },
        {
            "start": 1167799943,
            "stop": 1167802508
        },
        {
            "start": 1167802512,
            "stop": 1167805238
        },
        {
            "start": 1167805241,
            "stop": 1167806482
        },
        {
            "start": 1167806486,
            "stop": 1167806521
        },
        {
            "start": 1167806525,
            "stop": 1167807316
        },
        {
            "start": 1167807320,
            "stop": 1167812818
        },
        {
            "start": 1167812822,
            "stop": 1167812984
        },
        {
            "start": 1167812988,
            "stop": 1167814502
        },
        {
            "start": 1167827417,
            "stop": 1167827606
        },
        {
            "start": 1167827610,
            "stop": 1167828892
        },
        {
            "start": 1167832446,
            "stop": 1167833403
        },
        {
            "start": 1167833406,
            "stop": 1167833564
        },
        {
            "start": 1167833568,
            "stop": 1167833691
        },
        {
            "start": 1167833695,
            "stop": 1167836958
        },
        {
            "start": 1167857070,
            "stop": 1167857443
        },
        {
            "start": 1167857447,
            "stop": 1167857850
        },
        {
            "start": 1167860944,
            "stop": 1167861201
        },
        {
            "start": 1167861205,
            "stop": 1167866359
        }
    ]
}