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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14099",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14097",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14098,
    "results": [
        {
            "start": 971159007,
            "stop": 971159009
        },
        {
            "start": 971159012,
            "stop": 971159017
        },
        {
            "start": 971159018,
            "stop": 971159019
        },
        {
            "start": 971159020,
            "stop": 971159022
        },
        {
            "start": 971159023,
            "stop": 971159024
        },
        {
            "start": 971159025,
            "stop": 971159028
        },
        {
            "start": 971159030,
            "stop": 971159032
        },
        {
            "start": 971159034,
            "stop": 971159035
        },
        {
            "start": 971159036,
            "stop": 971159037
        },
        {
            "start": 971159041,
            "stop": 971159042
        },
        {
            "start": 971159046,
            "stop": 971159047
        },
        {
            "start": 971159048,
            "stop": 971159050
        },
        {
            "start": 971159056,
            "stop": 971159060
        },
        {
            "start": 971159061,
            "stop": 971159067
        },
        {
            "start": 971159068,
            "stop": 971159074
        },
        {
            "start": 971159077,
            "stop": 971159078
        },
        {
            "start": 971159082,
            "stop": 971159083
        },
        {
            "start": 971159084,
            "stop": 971159086
        },
        {
            "start": 971159089,
            "stop": 971159092
        },
        {
            "start": 971159093,
            "stop": 971159094
        }
    ]
}