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=14233
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=14234",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14232",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14233,
    "results": [
        {
            "start": 971173129,
            "stop": 971173130
        },
        {
            "start": 971173131,
            "stop": 971173135
        },
        {
            "start": 971173137,
            "stop": 971173140
        },
        {
            "start": 971173142,
            "stop": 971173143
        },
        {
            "start": 971173145,
            "stop": 971173147
        },
        {
            "start": 971173149,
            "stop": 971173151
        },
        {
            "start": 971173152,
            "stop": 971173154
        },
        {
            "start": 971173155,
            "stop": 971173156
        },
        {
            "start": 971173157,
            "stop": 971173158
        },
        {
            "start": 971173160,
            "stop": 971173163
        },
        {
            "start": 971173164,
            "stop": 971173165
        },
        {
            "start": 971173170,
            "stop": 971173171
        },
        {
            "start": 971173178,
            "stop": 971173179
        },
        {
            "start": 971173181,
            "stop": 971173183
        },
        {
            "start": 971173189,
            "stop": 971173190
        },
        {
            "start": 971173192,
            "stop": 971173193
        },
        {
            "start": 971173194,
            "stop": 971173195
        },
        {
            "start": 971173198,
            "stop": 971173201
        },
        {
            "start": 971173204,
            "stop": 971173205
        },
        {
            "start": 971173206,
            "stop": 971173207
        }
    ]
}