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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40585",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40583",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40584,
    "results": [
        {
            "start": 874857151,
            "stop": 874857168
        },
        {
            "start": 874857170,
            "stop": 874857178
        },
        {
            "start": 874857179,
            "stop": 874857184
        },
        {
            "start": 874857185,
            "stop": 874857188
        },
        {
            "start": 874857189,
            "stop": 874857217
        },
        {
            "start": 874857218,
            "stop": 874857334
        },
        {
            "start": 874857335,
            "stop": 874857341
        },
        {
            "start": 874857342,
            "stop": 874857352
        },
        {
            "start": 874857353,
            "stop": 874857358
        },
        {
            "start": 874857362,
            "stop": 874857431
        },
        {
            "start": 874857432,
            "stop": 874857448
        },
        {
            "start": 874857451,
            "stop": 874857456
        },
        {
            "start": 874857457,
            "stop": 874857460
        },
        {
            "start": 874857461,
            "stop": 874857462
        },
        {
            "start": 874857463,
            "stop": 874857469
        },
        {
            "start": 874857470,
            "stop": 874857476
        },
        {
            "start": 874857478,
            "stop": 874857479
        },
        {
            "start": 874857481,
            "stop": 874857493
        },
        {
            "start": 874857494,
            "stop": 874857507
        },
        {
            "start": 874857509,
            "stop": 874857524
        }
    ]
}