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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=135",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=133",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 134,
    "results": [
        {
            "start": 819424415,
            "stop": 819454834
        },
        {
            "start": 819454837,
            "stop": 819459283
        },
        {
            "start": 819459644,
            "stop": 819470997
        },
        {
            "start": 819471001,
            "stop": 819480686
        },
        {
            "start": 819482620,
            "stop": 819535363
        },
        {
            "start": 819535544,
            "stop": 819536383
        },
        {
            "start": 819536564,
            "stop": 819542499
        },
        {
            "start": 819542502,
            "stop": 819546410
        },
        {
            "start": 819546413,
            "stop": 819549480
        },
        {
            "start": 819549483,
            "stop": 819553897
        },
        {
            "start": 819553900,
            "stop": 819554914
        },
        {
            "start": 819554918,
            "stop": 819555343
        },
        {
            "start": 819555524,
            "stop": 819555918
        },
        {
            "start": 819556754,
            "stop": 819557075
        },
        {
            "start": 819557681,
            "stop": 819558376
        },
        {
            "start": 819558379,
            "stop": 819559375
        },
        {
            "start": 819559378,
            "stop": 819561154
        },
        {
            "start": 819561157,
            "stop": 819562691
        },
        {
            "start": 819562694,
            "stop": 819565128
        },
        {
            "start": 819565131,
            "stop": 819568681
        }
    ]
}