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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=272",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=270",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 271,
    "results": [
        {
            "start": 840627114,
            "stop": 840627147
        },
        {
            "start": 840627149,
            "stop": 840627152
        },
        {
            "start": 840627154,
            "stop": 840627269
        },
        {
            "start": 840627271,
            "stop": 840627275
        },
        {
            "start": 840627277,
            "stop": 840627282
        },
        {
            "start": 840627284,
            "stop": 840627319
        },
        {
            "start": 840630693,
            "stop": 840630920
        },
        {
            "start": 840630922,
            "stop": 840631075
        },
        {
            "start": 840631077,
            "stop": 840633398
        },
        {
            "start": 840633400,
            "stop": 840633452
        },
        {
            "start": 840633454,
            "stop": 840633691
        },
        {
            "start": 840633693,
            "stop": 840633848
        },
        {
            "start": 840633850,
            "stop": 840633987
        },
        {
            "start": 840633989,
            "stop": 840634016
        },
        {
            "start": 840634018,
            "stop": 840634181
        },
        {
            "start": 840634183,
            "stop": 840634618
        },
        {
            "start": 840634620,
            "stop": 840635037
        },
        {
            "start": 840635039,
            "stop": 840635261
        },
        {
            "start": 840635263,
            "stop": 840635294
        },
        {
            "start": 840635703,
            "stop": 840635707
        }
    ]
}