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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1739",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1737",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1738,
    "results": [
        {
            "start": 1249351387,
            "stop": 1249351509
        },
        {
            "start": 1249351514,
            "stop": 1249352238
        },
        {
            "start": 1249352241,
            "stop": 1249353703
        },
        {
            "start": 1249353706,
            "stop": 1249354417
        },
        {
            "start": 1249354420,
            "stop": 1249354730
        },
        {
            "start": 1249354733,
            "stop": 1249355698
        },
        {
            "start": 1249355701,
            "stop": 1249356723
        },
        {
            "start": 1249356726,
            "stop": 1249357040
        },
        {
            "start": 1249357043,
            "stop": 1249357496
        },
        {
            "start": 1249357499,
            "stop": 1249358645
        },
        {
            "start": 1249358648,
            "stop": 1249358801
        },
        {
            "start": 1249358803,
            "stop": 1249359522
        },
        {
            "start": 1249360017,
            "stop": 1249360513
        },
        {
            "start": 1249360516,
            "stop": 1249360763
        },
        {
            "start": 1249360766,
            "stop": 1249363394
        },
        {
            "start": 1249363397,
            "stop": 1249363649
        },
        {
            "start": 1249363652,
            "stop": 1249364002
        },
        {
            "start": 1249364005,
            "stop": 1249364282
        },
        {
            "start": 1249364285,
            "stop": 1249364336
        },
        {
            "start": 1249364338,
            "stop": 1249364705
        }
    ]
}