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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14088",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14086",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14087,
    "results": [
        {
            "start": 971157932,
            "stop": 971157934
        },
        {
            "start": 971157935,
            "stop": 971157937
        },
        {
            "start": 971157938,
            "stop": 971157939
        },
        {
            "start": 971157940,
            "stop": 971157943
        },
        {
            "start": 971157945,
            "stop": 971157952
        },
        {
            "start": 971157956,
            "stop": 971157958
        },
        {
            "start": 971157959,
            "stop": 971157960
        },
        {
            "start": 971157964,
            "stop": 971157965
        },
        {
            "start": 971157969,
            "stop": 971157970
        },
        {
            "start": 971157974,
            "stop": 971157975
        },
        {
            "start": 971157976,
            "stop": 971157979
        },
        {
            "start": 971157984,
            "stop": 971157987
        },
        {
            "start": 971157991,
            "stop": 971157994
        },
        {
            "start": 971157998,
            "stop": 971157999
        },
        {
            "start": 971158000,
            "stop": 971158002
        },
        {
            "start": 971158003,
            "stop": 971158004
        },
        {
            "start": 971158008,
            "stop": 971158013
        },
        {
            "start": 971158016,
            "stop": 971158017
        },
        {
            "start": 971158019,
            "stop": 971158020
        },
        {
            "start": 971158021,
            "stop": 971158023
        }
    ]
}