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=14108
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=14109",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14107",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14108,
    "results": [
        {
            "start": 971159965,
            "stop": 971159967
        },
        {
            "start": 971159971,
            "stop": 971159975
        },
        {
            "start": 971159979,
            "stop": 971159981
        },
        {
            "start": 971159984,
            "stop": 971159995
        },
        {
            "start": 971159996,
            "stop": 971159999
        },
        {
            "start": 971160003,
            "stop": 971160004
        },
        {
            "start": 971160010,
            "stop": 971160011
        },
        {
            "start": 971160014,
            "stop": 971160015
        },
        {
            "start": 971160022,
            "stop": 971160023
        },
        {
            "start": 971160029,
            "stop": 971160034
        },
        {
            "start": 971160036,
            "stop": 971160040
        },
        {
            "start": 971160042,
            "stop": 971160043
        },
        {
            "start": 971160046,
            "stop": 971160047
        },
        {
            "start": 971160048,
            "stop": 971160049
        },
        {
            "start": 971160051,
            "stop": 971160052
        },
        {
            "start": 971160063,
            "stop": 971160067
        },
        {
            "start": 971160069,
            "stop": 971160070
        },
        {
            "start": 971160072,
            "stop": 971160073
        },
        {
            "start": 971160074,
            "stop": 971160075
        },
        {
            "start": 971160078,
            "stop": 971160079
        }
    ]
}