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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=90",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=88",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 89,
    "results": [
        {
            "start": 1371351649,
            "stop": 1371351848
        },
        {
            "start": 1371351851,
            "stop": 1371352216
        },
        {
            "start": 1371352221,
            "stop": 1371352294
        },
        {
            "start": 1371352298,
            "stop": 1371352615
        },
        {
            "start": 1371352618,
            "stop": 1371352682
        },
        {
            "start": 1371352686,
            "stop": 1371353742
        },
        {
            "start": 1371353746,
            "stop": 1371353798
        },
        {
            "start": 1371353801,
            "stop": 1371354616
        },
        {
            "start": 1371354618,
            "stop": 1371356142
        },
        {
            "start": 1371356143,
            "stop": 1371357987
        },
        {
            "start": 1371357989,
            "stop": 1371358568
        },
        {
            "start": 1371358570,
            "stop": 1371360643
        },
        {
            "start": 1371360644,
            "stop": 1371360773
        },
        {
            "start": 1371360774,
            "stop": 1371362840
        },
        {
            "start": 1371362842,
            "stop": 1371364940
        },
        {
            "start": 1371364942,
            "stop": 1371367282
        },
        {
            "start": 1371367284,
            "stop": 1371369193
        },
        {
            "start": 1371369195,
            "stop": 1371371284
        },
        {
            "start": 1371371286,
            "stop": 1371372804
        },
        {
            "start": 1371372806,
            "stop": 1371374666
        }
    ]
}