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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16614",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16612",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16613,
    "results": [
        {
            "start": 874752276,
            "stop": 874752361
        },
        {
            "start": 874752363,
            "stop": 874752508
        },
        {
            "start": 874752509,
            "stop": 874752555
        },
        {
            "start": 874752556,
            "stop": 874752577
        },
        {
            "start": 874752578,
            "stop": 874752626
        },
        {
            "start": 874752627,
            "stop": 874752732
        },
        {
            "start": 874752735,
            "stop": 874752759
        },
        {
            "start": 874752762,
            "stop": 874752858
        },
        {
            "start": 874752861,
            "stop": 874752954
        },
        {
            "start": 874752955,
            "stop": 874753051
        },
        {
            "start": 874753052,
            "stop": 874753375
        },
        {
            "start": 874753376,
            "stop": 874753395
        },
        {
            "start": 874753397,
            "stop": 874753409
        },
        {
            "start": 874753410,
            "stop": 874753446
        },
        {
            "start": 874753448,
            "stop": 874753639
        },
        {
            "start": 874753642,
            "stop": 874753837
        },
        {
            "start": 874753840,
            "stop": 874753940
        },
        {
            "start": 874753942,
            "stop": 874754117
        },
        {
            "start": 874754118,
            "stop": 874754209
        },
        {
            "start": 874754210,
            "stop": 874754355
        }
    ]
}