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=35
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=36",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=34",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 35,
    "results": [
        {
            "start": 1169549198,
            "stop": 1169549718
        },
        {
            "start": 1169549722,
            "stop": 1169551227
        },
        {
            "start": 1169551230,
            "stop": 1169559980
        },
        {
            "start": 1169559984,
            "stop": 1169561512
        },
        {
            "start": 1169564404,
            "stop": 1169567911
        },
        {
            "start": 1169568313,
            "stop": 1169568355
        },
        {
            "start": 1169568358,
            "stop": 1169572987
        },
        {
            "start": 1169572990,
            "stop": 1169574181
        },
        {
            "start": 1169574184,
            "stop": 1169574657
        },
        {
            "start": 1169574661,
            "stop": 1169577532
        },
        {
            "start": 1169577535,
            "stop": 1169577919
        },
        {
            "start": 1169577922,
            "stop": 1169578576
        },
        {
            "start": 1169579014,
            "stop": 1169579714
        },
        {
            "start": 1169579717,
            "stop": 1169580175
        },
        {
            "start": 1169580178,
            "stop": 1169582701
        },
        {
            "start": 1169582704,
            "stop": 1169585275
        },
        {
            "start": 1169585278,
            "stop": 1169585641
        },
        {
            "start": 1169585644,
            "stop": 1169585672
        },
        {
            "start": 1169585675,
            "stop": 1169586111
        },
        {
            "start": 1169586114,
            "stop": 1169586284
        }
    ]
}