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=40749
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=40750",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40748",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40749,
    "results": [
        {
            "start": 874972073,
            "stop": 874972080
        },
        {
            "start": 874972081,
            "stop": 874972144
        },
        {
            "start": 874972145,
            "stop": 874972149
        },
        {
            "start": 874972151,
            "stop": 874972182
        },
        {
            "start": 874972183,
            "stop": 874972245
        },
        {
            "start": 874972246,
            "stop": 874972277
        },
        {
            "start": 874972279,
            "stop": 874972295
        },
        {
            "start": 874972296,
            "stop": 874972299
        },
        {
            "start": 874972300,
            "stop": 874972311
        },
        {
            "start": 874972312,
            "stop": 874972352
        },
        {
            "start": 874972353,
            "stop": 874972359
        },
        {
            "start": 874972360,
            "stop": 874972383
        },
        {
            "start": 874972384,
            "stop": 874972389
        },
        {
            "start": 874972391,
            "stop": 874972416
        },
        {
            "start": 874972417,
            "stop": 874972470
        },
        {
            "start": 874972471,
            "stop": 874972502
        },
        {
            "start": 874972503,
            "stop": 874972596
        },
        {
            "start": 874972600,
            "stop": 874972648
        },
        {
            "start": 874972649,
            "stop": 874972651
        },
        {
            "start": 874972652,
            "stop": 874972654
        }
    ]
}