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=7194
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=7195",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7193",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7194,
    "results": [
        {
            "start": 874579467,
            "stop": 874579541
        },
        {
            "start": 874579542,
            "stop": 874580912
        },
        {
            "start": 874580913,
            "stop": 874581348
        },
        {
            "start": 874581350,
            "stop": 874581478
        },
        {
            "start": 874581479,
            "stop": 874581599
        },
        {
            "start": 874581600,
            "stop": 874582690
        },
        {
            "start": 874582691,
            "stop": 874583086
        },
        {
            "start": 874583087,
            "stop": 874583734
        },
        {
            "start": 874583735,
            "stop": 874583799
        },
        {
            "start": 874583800,
            "stop": 874584538
        },
        {
            "start": 874584539,
            "stop": 874584865
        },
        {
            "start": 874584866,
            "stop": 874585766
        },
        {
            "start": 874585767,
            "stop": 874585935
        },
        {
            "start": 874585936,
            "stop": 874586315
        },
        {
            "start": 874586316,
            "stop": 874586680
        },
        {
            "start": 874586681,
            "stop": 874587618
        },
        {
            "start": 874587619,
            "stop": 874587730
        },
        {
            "start": 874587731,
            "stop": 874588049
        },
        {
            "start": 874588051,
            "stop": 874588171
        },
        {
            "start": 874588172,
            "stop": 874588488
        }
    ]
}