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=46635
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=46636",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46634",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46635,
    "results": [
        {
            "start": 875018161,
            "stop": 875018188
        },
        {
            "start": 875018190,
            "stop": 875018193
        },
        {
            "start": 875018194,
            "stop": 875018197
        },
        {
            "start": 875018198,
            "stop": 875018203
        },
        {
            "start": 875018204,
            "stop": 875018207
        },
        {
            "start": 875018208,
            "stop": 875018211
        },
        {
            "start": 875018212,
            "stop": 875018222
        },
        {
            "start": 875018224,
            "stop": 875018236
        },
        {
            "start": 875018237,
            "stop": 875018246
        },
        {
            "start": 875018247,
            "stop": 875018256
        },
        {
            "start": 875018259,
            "stop": 875018265
        },
        {
            "start": 875018267,
            "stop": 875018271
        },
        {
            "start": 875018272,
            "stop": 875018304
        },
        {
            "start": 875018305,
            "stop": 875018314
        },
        {
            "start": 875018316,
            "stop": 875018321
        },
        {
            "start": 875018322,
            "stop": 875018328
        },
        {
            "start": 875018330,
            "stop": 875018359
        },
        {
            "start": 875018360,
            "stop": 875018364
        },
        {
            "start": 875018365,
            "stop": 875018367
        },
        {
            "start": 875018369,
            "stop": 875018384
        }
    ]
}