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=182
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=183",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=181",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 182,
    "results": [
        {
            "start": 837266367,
            "stop": 837266424
        },
        {
            "start": 837266426,
            "stop": 837267842
        },
        {
            "start": 837267846,
            "stop": 837269113
        },
        {
            "start": 837269116,
            "stop": 837269264
        },
        {
            "start": 837269271,
            "stop": 837269274
        },
        {
            "start": 837269277,
            "stop": 837269306
        },
        {
            "start": 837269315,
            "stop": 837270312
        },
        {
            "start": 837270314,
            "stop": 837270385
        },
        {
            "start": 837299149,
            "stop": 837299503
        },
        {
            "start": 837301573,
            "stop": 837304054
        },
        {
            "start": 837304057,
            "stop": 837304144
        },
        {
            "start": 837307435,
            "stop": 837307600
        },
        {
            "start": 837307601,
            "stop": 837322013
        },
        {
            "start": 837323011,
            "stop": 837323304
        },
        {
            "start": 837323305,
            "stop": 837329976
        },
        {
            "start": 837329978,
            "stop": 837330186
        },
        {
            "start": 837330187,
            "stop": 837330188
        },
        {
            "start": 837331855,
            "stop": 837332927
        },
        {
            "start": 837333227,
            "stop": 837344593
        },
        {
            "start": 837346232,
            "stop": 837347045
        }
    ]
}