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=14
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=15",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=13",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 14,
    "results": [
        {
            "start": 1167599876,
            "stop": 1167600432
        },
        {
            "start": 1167600435,
            "stop": 1167601750
        },
        {
            "start": 1167601753,
            "stop": 1167602531
        },
        {
            "start": 1167602534,
            "stop": 1167603982
        },
        {
            "start": 1167603985,
            "stop": 1167609738
        },
        {
            "start": 1167610190,
            "stop": 1167610345
        },
        {
            "start": 1167621300,
            "stop": 1167625112
        },
        {
            "start": 1167625116,
            "stop": 1167625910
        },
        {
            "start": 1167625913,
            "stop": 1167625916
        },
        {
            "start": 1167625919,
            "stop": 1167628469
        },
        {
            "start": 1167629025,
            "stop": 1167629787
        },
        {
            "start": 1167629791,
            "stop": 1167632110
        },
        {
            "start": 1167632113,
            "stop": 1167632409
        },
        {
            "start": 1167632412,
            "stop": 1167633254
        },
        {
            "start": 1167633258,
            "stop": 1167638945
        },
        {
            "start": 1167638949,
            "stop": 1167640868
        },
        {
            "start": 1167640872,
            "stop": 1167650073
        },
        {
            "start": 1167650077,
            "stop": 1167652813
        },
        {
            "start": 1167652817,
            "stop": 1167653850
        },
        {
            "start": 1167653854,
            "stop": 1167654618
        }
    ]
}