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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=313",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=311",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 312,
    "results": [
        {
            "start": 818239030,
            "stop": 818239032
        },
        {
            "start": 818239036,
            "stop": 818239041
        },
        {
            "start": 818239049,
            "stop": 818239051
        },
        {
            "start": 818239054,
            "stop": 818239055
        },
        {
            "start": 818239058,
            "stop": 818239062
        },
        {
            "start": 818239066,
            "stop": 818239070
        },
        {
            "start": 818239073,
            "stop": 818239078
        },
        {
            "start": 818239083,
            "stop": 818239089
        },
        {
            "start": 818239106,
            "stop": 818239110
        },
        {
            "start": 818239123,
            "stop": 818239125
        },
        {
            "start": 818239129,
            "stop": 818239130
        },
        {
            "start": 818239133,
            "stop": 818239136
        },
        {
            "start": 818239157,
            "stop": 818239162
        },
        {
            "start": 818240992,
            "stop": 818240993
        },
        {
            "start": 818241001,
            "stop": 818241002
        },
        {
            "start": 818241021,
            "stop": 818241027
        },
        {
            "start": 818241036,
            "stop": 818241048
        },
        {
            "start": 818241074,
            "stop": 818241078
        },
        {
            "start": 818241083,
            "stop": 818241084
        },
        {
            "start": 818241089,
            "stop": 818241098
        }
    ]
}