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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4008",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=4006",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 4007,
    "results": [
        {
            "start": 874865879,
            "stop": 874866077
        },
        {
            "start": 874866078,
            "stop": 874866396
        },
        {
            "start": 874866398,
            "stop": 874866749
        },
        {
            "start": 874866750,
            "stop": 874867154
        },
        {
            "start": 874875513,
            "stop": 874875532
        },
        {
            "start": 874875533,
            "stop": 874875741
        },
        {
            "start": 874875742,
            "stop": 874875747
        },
        {
            "start": 874875748,
            "stop": 874875752
        },
        {
            "start": 874875754,
            "stop": 874875901
        },
        {
            "start": 874875903,
            "stop": 874881962
        },
        {
            "start": 874881965,
            "stop": 874881975
        },
        {
            "start": 874881978,
            "stop": 874884977
        },
        {
            "start": 874884980,
            "stop": 874886522
        },
        {
            "start": 874886525,
            "stop": 874886674
        },
        {
            "start": 874886678,
            "stop": 874887258
        },
        {
            "start": 874887261,
            "stop": 874887560
        },
        {
            "start": 874887562,
            "stop": 874887596
        },
        {
            "start": 874887599,
            "stop": 874889008
        },
        {
            "start": 874889011,
            "stop": 874889120
        },
        {
            "start": 874889123,
            "stop": 874896306
        }
    ]
}