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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=83",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=81",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 82,
    "results": [
        {
            "start": 824611030,
            "stop": 824612810
        },
        {
            "start": 824612959,
            "stop": 824618471
        },
        {
            "start": 824618581,
            "stop": 824619579
        },
        {
            "start": 824619879,
            "stop": 824623353
        },
        {
            "start": 824623356,
            "stop": 824624608
        },
        {
            "start": 824626985,
            "stop": 824628934
        },
        {
            "start": 824672944,
            "stop": 824674263
        },
        {
            "start": 824675518,
            "stop": 824676087
        },
        {
            "start": 824676530,
            "stop": 824676654
        },
        {
            "start": 824676764,
            "stop": 824678427
        },
        {
            "start": 824681146,
            "stop": 824682725
        },
        {
            "start": 824703372,
            "stop": 824720663
        },
        {
            "start": 824720773,
            "stop": 824729731
        },
        {
            "start": 824739317,
            "stop": 824742465
        },
        {
            "start": 824750010,
            "stop": 824750188
        },
        {
            "start": 824756436,
            "stop": 824756530
        },
        {
            "start": 824778734,
            "stop": 824791207
        },
        {
            "start": 824792095,
            "stop": 824807221
        },
        {
            "start": 824807331,
            "stop": 824808448
        },
        {
            "start": 824808748,
            "stop": 824808786
        }
    ]
}