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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=421",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=419",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 420,
    "results": [
        {
            "start": 940861152,
            "stop": 940861162
        },
        {
            "start": 940861164,
            "stop": 940861207
        },
        {
            "start": 940861209,
            "stop": 940861220
        },
        {
            "start": 940862153,
            "stop": 940862467
        },
        {
            "start": 940862469,
            "stop": 940862475
        },
        {
            "start": 940862702,
            "stop": 940867737
        },
        {
            "start": 940869992,
            "stop": 940870055
        },
        {
            "start": 940874003,
            "stop": 940874268
        },
        {
            "start": 940877991,
            "stop": 940897876
        },
        {
            "start": 940900175,
            "stop": 940902305
        },
        {
            "start": 940903190,
            "stop": 940922154
        },
        {
            "start": 940924012,
            "stop": 940925242
        },
        {
            "start": 940929599,
            "stop": 940929802
        },
        {
            "start": 940937136,
            "stop": 940937172
        },
        {
            "start": 940938969,
            "stop": 940939164
        },
        {
            "start": 940944281,
            "stop": 940948413
        },
        {
            "start": 940949373,
            "stop": 940954645
        },
        {
            "start": 940954648,
            "stop": 940960713
        },
        {
            "start": 940962338,
            "stop": 940963227
        },
        {
            "start": 940963310,
            "stop": 940966227
        }
    ]
}