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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=172",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=170",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 171,
    "results": [
        {
            "start": 1421615757,
            "stop": 1421616463
        },
        {
            "start": 1421616465,
            "stop": 1421624176
        },
        {
            "start": 1421624181,
            "stop": 1421630623
        },
        {
            "start": 1421630626,
            "stop": 1421635042
        },
        {
            "start": 1421635045,
            "stop": 1421651578
        },
        {
            "start": 1421659972,
            "stop": 1421665038
        },
        {
            "start": 1421665578,
            "stop": 1421670438
        },
        {
            "start": 1421671038,
            "stop": 1421673489
        },
        {
            "start": 1421673493,
            "stop": 1421679351
        },
        {
            "start": 1421686016,
            "stop": 1421689295
        },
        {
            "start": 1421698482,
            "stop": 1421702136
        },
        {
            "start": 1421721945,
            "stop": 1421724425
        },
        {
            "start": 1421724427,
            "stop": 1421726396
        },
        {
            "start": 1421726656,
            "stop": 1421727378
        },
        {
            "start": 1421728035,
            "stop": 1421728516
        },
        {
            "start": 1421731447,
            "stop": 1421732127
        },
        {
            "start": 1421732132,
            "stop": 1421732268
        },
        {
            "start": 1421732271,
            "stop": 1421746474
        },
        {
            "start": 1421746929,
            "stop": 1421753029
        },
        {
            "start": 1421753034,
            "stop": 1421756339
        }
    ]
}