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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=43",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT2/segments?format=api&page=41",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 42,
    "results": [
        {
            "start": 1402428544,
            "stop": 1402429428
        },
        {
            "start": 1402429433,
            "stop": 1402430474
        },
        {
            "start": 1402430480,
            "stop": 1402434455
        },
        {
            "start": 1402436028,
            "stop": 1402440821
        },
        {
            "start": 1402440828,
            "stop": 1402443400
        },
        {
            "start": 1402443407,
            "stop": 1402465603
        },
        {
            "start": 1402465609,
            "stop": 1402469933
        },
        {
            "start": 1402469939,
            "stop": 1402471000
        },
        {
            "start": 1402471005,
            "stop": 1402481595
        },
        {
            "start": 1402481600,
            "stop": 1402484643
        },
        {
            "start": 1402484649,
            "stop": 1402491416
        },
        {
            "start": 1402498173,
            "stop": 1402498719
        },
        {
            "start": 1402498726,
            "stop": 1402500236
        },
        {
            "start": 1402500243,
            "stop": 1402502858
        },
        {
            "start": 1402502864,
            "stop": 1402505800
        },
        {
            "start": 1402511378,
            "stop": 1402515105
        },
        {
            "start": 1402538217,
            "stop": 1402538494
        },
        {
            "start": 1402539134,
            "stop": 1402544552
        },
        {
            "start": 1402544558,
            "stop": 1402545098
        },
        {
            "start": 1402545103,
            "stop": 1402550684
        }
    ]
}