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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=361",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=359",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 360,
    "results": [
        {
            "start": 1385662129,
            "stop": 1385665531
        },
        {
            "start": 1385665536,
            "stop": 1385669475
        },
        {
            "start": 1385680333,
            "stop": 1385686493
        },
        {
            "start": 1385686498,
            "stop": 1385687525
        },
        {
            "start": 1385687528,
            "stop": 1385687802
        },
        {
            "start": 1385687807,
            "stop": 1385693932
        },
        {
            "start": 1385693935,
            "stop": 1385695552
        },
        {
            "start": 1385695557,
            "stop": 1385700076
        },
        {
            "start": 1385700081,
            "stop": 1385706853
        },
        {
            "start": 1385706858,
            "stop": 1385711524
        },
        {
            "start": 1385711527,
            "stop": 1385717295
        },
        {
            "start": 1385717298,
            "stop": 1385726560
        },
        {
            "start": 1385726564,
            "stop": 1385731329
        },
        {
            "start": 1385731334,
            "stop": 1385757861
        },
        {
            "start": 1385757866,
            "stop": 1385759692
        },
        {
            "start": 1385759696,
            "stop": 1385767130
        },
        {
            "start": 1385767135,
            "stop": 1385770520
        },
        {
            "start": 1385770523,
            "stop": 1385774399
        },
        {
            "start": 1385774402,
            "stop": 1385788513
        },
        {
            "start": 1385788518,
            "stop": 1385790331
        }
    ]
}