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=190
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=191",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=189",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 190,
    "results": [
        {
            "start": 931603625,
            "stop": 931603636
        },
        {
            "start": 931603645,
            "stop": 931603647
        },
        {
            "start": 931603650,
            "stop": 931603652
        },
        {
            "start": 931603657,
            "stop": 931603663
        },
        {
            "start": 931603669,
            "stop": 931603671
        },
        {
            "start": 931603675,
            "stop": 931603676
        },
        {
            "start": 931603679,
            "stop": 931603689
        },
        {
            "start": 931603693,
            "stop": 931603695
        },
        {
            "start": 931603703,
            "stop": 931603704
        },
        {
            "start": 931603714,
            "stop": 931603719
        },
        {
            "start": 931603722,
            "stop": 931603731
        },
        {
            "start": 931603735,
            "stop": 931603738
        },
        {
            "start": 931603743,
            "stop": 931603747
        },
        {
            "start": 931603750,
            "stop": 931603751
        },
        {
            "start": 931603757,
            "stop": 931603759
        },
        {
            "start": 931603761,
            "stop": 931603765
        },
        {
            "start": 931603769,
            "stop": 931603779
        },
        {
            "start": 931603784,
            "stop": 931603790
        },
        {
            "start": 931603796,
            "stop": 931603797
        },
        {
            "start": 931603810,
            "stop": 931603830
        }
    ]
}