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=36
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=37",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=35",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 36,
    "results": [
        {
            "start": 1169586288,
            "stop": 1169589321
        },
        {
            "start": 1169589324,
            "stop": 1169589973
        },
        {
            "start": 1169589976,
            "stop": 1169589979
        },
        {
            "start": 1169589982,
            "stop": 1169591269
        },
        {
            "start": 1169591272,
            "stop": 1169593361
        },
        {
            "start": 1169593364,
            "stop": 1169594493
        },
        {
            "start": 1169594496,
            "stop": 1169613025
        },
        {
            "start": 1169613028,
            "stop": 1169620155
        },
        {
            "start": 1169620158,
            "stop": 1169628298
        },
        {
            "start": 1169628301,
            "stop": 1169629384
        },
        {
            "start": 1169629387,
            "stop": 1169632719
        },
        {
            "start": 1169632722,
            "stop": 1169636414
        },
        {
            "start": 1169636417,
            "stop": 1169645944
        },
        {
            "start": 1169645948,
            "stop": 1169657038
        },
        {
            "start": 1169661117,
            "stop": 1169670004
        },
        {
            "start": 1169670776,
            "stop": 1169671177
        },
        {
            "start": 1169671180,
            "stop": 1169671821
        },
        {
            "start": 1169672011,
            "stop": 1169728592
        },
        {
            "start": 1169728596,
            "stop": 1169731140
        },
        {
            "start": 1169733766,
            "stop": 1169734565
        }
    ]
}