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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6368",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6366",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6367,
    "results": [
        {
            "start": 873500775,
            "stop": 873500952
        },
        {
            "start": 873500953,
            "stop": 873501007
        },
        {
            "start": 873501008,
            "stop": 873501018
        },
        {
            "start": 873501019,
            "stop": 873501277
        },
        {
            "start": 873501278,
            "stop": 873501390
        },
        {
            "start": 873501391,
            "stop": 873501417
        },
        {
            "start": 873501418,
            "stop": 873502270
        },
        {
            "start": 873502272,
            "stop": 873502342
        },
        {
            "start": 873502343,
            "stop": 873502521
        },
        {
            "start": 873502522,
            "stop": 873502523
        },
        {
            "start": 873502524,
            "stop": 873502865
        },
        {
            "start": 873502866,
            "stop": 873503329
        },
        {
            "start": 873503330,
            "stop": 873503475
        },
        {
            "start": 873503477,
            "stop": 873503657
        },
        {
            "start": 873503659,
            "stop": 873503726
        },
        {
            "start": 873503727,
            "stop": 873504294
        },
        {
            "start": 873504295,
            "stop": 873504388
        },
        {
            "start": 873504390,
            "stop": 873504899
        },
        {
            "start": 873504900,
            "stop": 873505618
        },
        {
            "start": 873505619,
            "stop": 873506026
        }
    ]
}