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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46829",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46827",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46828,
    "results": [
        {
            "start": 875132281,
            "stop": 875132300
        },
        {
            "start": 875132303,
            "stop": 875132305
        },
        {
            "start": 875132308,
            "stop": 875132312
        },
        {
            "start": 875132314,
            "stop": 875132332
        },
        {
            "start": 875132333,
            "stop": 875132334
        },
        {
            "start": 875132336,
            "stop": 875132339
        },
        {
            "start": 875132340,
            "stop": 875132342
        },
        {
            "start": 875132343,
            "stop": 875132361
        },
        {
            "start": 875132362,
            "stop": 875132393
        },
        {
            "start": 875132394,
            "stop": 875132398
        },
        {
            "start": 875132399,
            "stop": 875132413
        },
        {
            "start": 875132416,
            "stop": 875132423
        },
        {
            "start": 875132430,
            "stop": 875132440
        },
        {
            "start": 875132442,
            "stop": 875132483
        },
        {
            "start": 875132484,
            "stop": 875132490
        },
        {
            "start": 875132493,
            "stop": 875132495
        },
        {
            "start": 875132498,
            "stop": 875132512
        },
        {
            "start": 875132513,
            "stop": 875132553
        },
        {
            "start": 875132554,
            "stop": 875132563
        },
        {
            "start": 875132564,
            "stop": 875132568
        }
    ]
}