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=345
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=346",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=344",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 345,
    "results": [
        {
            "start": 931829396,
            "stop": 931829397
        },
        {
            "start": 931829400,
            "stop": 931829401
        },
        {
            "start": 931829405,
            "stop": 931829410
        },
        {
            "start": 931829422,
            "stop": 931829432
        },
        {
            "start": 931829437,
            "stop": 931829438
        },
        {
            "start": 931829442,
            "stop": 931829443
        },
        {
            "start": 931829445,
            "stop": 931829446
        },
        {
            "start": 931829459,
            "stop": 931829462
        },
        {
            "start": 931829472,
            "stop": 931829475
        },
        {
            "start": 931829478,
            "stop": 931829479
        },
        {
            "start": 931829489,
            "stop": 931829491
        },
        {
            "start": 931829494,
            "stop": 931829496
        },
        {
            "start": 931829502,
            "stop": 931829506
        },
        {
            "start": 931829509,
            "stop": 931829513
        },
        {
            "start": 931829518,
            "stop": 931829520
        },
        {
            "start": 931829533,
            "stop": 931829535
        },
        {
            "start": 931829548,
            "stop": 931829549
        },
        {
            "start": 931829557,
            "stop": 931829559
        },
        {
            "start": 931829562,
            "stop": 931829563
        },
        {
            "start": 931829568,
            "stop": 931829569
        }
    ]
}