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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=660",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=658",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 659,
    "results": [
        {
            "start": 1266136909,
            "stop": 1266139867
        },
        {
            "start": 1266139871,
            "stop": 1266140283
        },
        {
            "start": 1266140286,
            "stop": 1266141124
        },
        {
            "start": 1266141128,
            "stop": 1266142089
        },
        {
            "start": 1266142094,
            "stop": 1266142517
        },
        {
            "start": 1266142521,
            "stop": 1266147441
        },
        {
            "start": 1266147443,
            "stop": 1266149362
        },
        {
            "start": 1266149364,
            "stop": 1266152154
        },
        {
            "start": 1266152158,
            "stop": 1266155347
        },
        {
            "start": 1266155350,
            "stop": 1266157537
        },
        {
            "start": 1266157538,
            "stop": 1266168918
        },
        {
            "start": 1266168920,
            "stop": 1266170011
        },
        {
            "start": 1266170015,
            "stop": 1266170063
        },
        {
            "start": 1266170064,
            "stop": 1266171783
        },
        {
            "start": 1266171787,
            "stop": 1266179812
        },
        {
            "start": 1266179816,
            "stop": 1266184037
        },
        {
            "start": 1266184039,
            "stop": 1266184248
        },
        {
            "start": 1266184252,
            "stop": 1266184333
        },
        {
            "start": 1266184336,
            "stop": 1266185779
        },
        {
            "start": 1266185782,
            "stop": 1266187802
        }
    ]
}