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=46837
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=46838",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46836",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46837,
    "results": [
        {
            "start": 875135136,
            "stop": 875135144
        },
        {
            "start": 875135148,
            "stop": 875135211
        },
        {
            "start": 875135213,
            "stop": 875135231
        },
        {
            "start": 875135232,
            "stop": 875135234
        },
        {
            "start": 875135236,
            "stop": 875135250
        },
        {
            "start": 875135254,
            "stop": 875135265
        },
        {
            "start": 875135266,
            "stop": 875135307
        },
        {
            "start": 875135308,
            "stop": 875135324
        },
        {
            "start": 875135327,
            "stop": 875135328
        },
        {
            "start": 875135331,
            "stop": 875135344
        },
        {
            "start": 875135346,
            "stop": 875135353
        },
        {
            "start": 875135354,
            "stop": 875135372
        },
        {
            "start": 875135375,
            "stop": 875135382
        },
        {
            "start": 875135383,
            "stop": 875135424
        },
        {
            "start": 875135427,
            "stop": 875135448
        },
        {
            "start": 875135449,
            "stop": 875135466
        },
        {
            "start": 875135467,
            "stop": 875135496
        },
        {
            "start": 875135497,
            "stop": 875135502
        },
        {
            "start": 875135503,
            "stop": 875135550
        },
        {
            "start": 875135553,
            "stop": 875135561
        }
    ]
}