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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3197",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3195",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3196,
    "results": [
        {
            "start": 870571541,
            "stop": 870571560
        },
        {
            "start": 870571620,
            "stop": 870571737
        },
        {
            "start": 870571800,
            "stop": 870571860
        },
        {
            "start": 870571980,
            "stop": 870572107
        },
        {
            "start": 870572110,
            "stop": 870572204
        },
        {
            "start": 870572208,
            "stop": 870572220
        },
        {
            "start": 870572400,
            "stop": 870572410
        },
        {
            "start": 870572413,
            "stop": 870572455
        },
        {
            "start": 870572459,
            "stop": 870572460
        },
        {
            "start": 870572520,
            "stop": 870572548
        },
        {
            "start": 870572551,
            "stop": 870572575
        },
        {
            "start": 870572578,
            "stop": 870572638
        },
        {
            "start": 870572643,
            "stop": 870572817
        },
        {
            "start": 870572880,
            "stop": 870573010
        },
        {
            "start": 870573014,
            "stop": 870573090
        },
        {
            "start": 870573093,
            "stop": 870573846
        },
        {
            "start": 870573849,
            "stop": 870573917
        },
        {
            "start": 870573922,
            "stop": 870573929
        },
        {
            "start": 870573933,
            "stop": 870574059
        },
        {
            "start": 870574063,
            "stop": 870574078
        }
    ]
}