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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=359",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=357",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 358,
    "results": [
        {
            "start": 931898900,
            "stop": 931898913
        },
        {
            "start": 931898914,
            "stop": 931898992
        },
        {
            "start": 931898993,
            "stop": 931899040
        },
        {
            "start": 931899041,
            "stop": 931899058
        },
        {
            "start": 931899059,
            "stop": 931899207
        },
        {
            "start": 931899209,
            "stop": 931899362
        },
        {
            "start": 931899364,
            "stop": 931899454
        },
        {
            "start": 931899455,
            "stop": 931899488
        },
        {
            "start": 931899490,
            "stop": 931899494
        },
        {
            "start": 931899495,
            "stop": 931899534
        },
        {
            "start": 931899537,
            "stop": 931899559
        },
        {
            "start": 931899560,
            "stop": 931899593
        },
        {
            "start": 931899594,
            "stop": 931899682
        },
        {
            "start": 931899683,
            "stop": 931899686
        },
        {
            "start": 931899689,
            "stop": 931900165
        },
        {
            "start": 931900167,
            "stop": 931900295
        },
        {
            "start": 931900296,
            "stop": 931900512
        },
        {
            "start": 931900513,
            "stop": 931900514
        },
        {
            "start": 931900515,
            "stop": 931901248
        },
        {
            "start": 931916617,
            "stop": 931916618
        }
    ]
}