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=6364
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=6365",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6363",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6364,
    "results": [
        {
            "start": 873493535,
            "stop": 873493780
        },
        {
            "start": 873493781,
            "stop": 873493874
        },
        {
            "start": 873493875,
            "stop": 873494038
        },
        {
            "start": 873494039,
            "stop": 873494070
        },
        {
            "start": 873494071,
            "stop": 873494130
        },
        {
            "start": 873494131,
            "stop": 873494166
        },
        {
            "start": 873494167,
            "stop": 873494583
        },
        {
            "start": 873494584,
            "stop": 873494837
        },
        {
            "start": 873494839,
            "stop": 873495388
        },
        {
            "start": 873495389,
            "stop": 873495545
        },
        {
            "start": 873495546,
            "stop": 873495671
        },
        {
            "start": 873495672,
            "stop": 873495753
        },
        {
            "start": 873495755,
            "stop": 873496030
        },
        {
            "start": 873496031,
            "stop": 873496269
        },
        {
            "start": 873496270,
            "stop": 873496277
        },
        {
            "start": 873496279,
            "stop": 873496325
        },
        {
            "start": 873496326,
            "stop": 873496443
        },
        {
            "start": 873496444,
            "stop": 873496823
        },
        {
            "start": 873496824,
            "stop": 873497037
        },
        {
            "start": 873497038,
            "stop": 873497213
        }
    ]
}