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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=272",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=270",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 271,
    "results": [
        {
            "start": 931512981,
            "stop": 931512982
        },
        {
            "start": 931512984,
            "stop": 931512999
        },
        {
            "start": 931513002,
            "stop": 931513004
        },
        {
            "start": 931513006,
            "stop": 931513024
        },
        {
            "start": 931513026,
            "stop": 931513048
        },
        {
            "start": 931513051,
            "stop": 931513057
        },
        {
            "start": 931513061,
            "stop": 931513065
        },
        {
            "start": 931513068,
            "stop": 931513079
        },
        {
            "start": 931513086,
            "stop": 931513087
        },
        {
            "start": 931513090,
            "stop": 931513096
        },
        {
            "start": 931513099,
            "stop": 931513106
        },
        {
            "start": 931513109,
            "stop": 931513110
        },
        {
            "start": 931513120,
            "stop": 931513132
        },
        {
            "start": 931513135,
            "stop": 931513149
        },
        {
            "start": 931513152,
            "stop": 931513159
        },
        {
            "start": 931513160,
            "stop": 931513161
        },
        {
            "start": 931513162,
            "stop": 931513163
        },
        {
            "start": 931513168,
            "stop": 931513169
        },
        {
            "start": 931513174,
            "stop": 931513193
        },
        {
            "start": 931513196,
            "stop": 931513204
        }
    ]
}