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=14110
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=14111",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14109",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14110,
    "results": [
        {
            "start": 971160188,
            "stop": 971160191
        },
        {
            "start": 971160193,
            "stop": 971160194
        },
        {
            "start": 971160196,
            "stop": 971160200
        },
        {
            "start": 971160205,
            "stop": 971160207
        },
        {
            "start": 971160210,
            "stop": 971160211
        },
        {
            "start": 971160212,
            "stop": 971160213
        },
        {
            "start": 971160217,
            "stop": 971160219
        },
        {
            "start": 971160230,
            "stop": 971160232
        },
        {
            "start": 971160233,
            "stop": 971160235
        },
        {
            "start": 971160239,
            "stop": 971160242
        },
        {
            "start": 971160243,
            "stop": 971160245
        },
        {
            "start": 971160247,
            "stop": 971160252
        },
        {
            "start": 971160254,
            "stop": 971160256
        },
        {
            "start": 971160259,
            "stop": 971160260
        },
        {
            "start": 971160264,
            "stop": 971160267
        },
        {
            "start": 971160268,
            "stop": 971160272
        },
        {
            "start": 971160274,
            "stop": 971160276
        },
        {
            "start": 971160278,
            "stop": 971160280
        },
        {
            "start": 971160281,
            "stop": 971160283
        },
        {
            "start": 971160286,
            "stop": 971160289
        }
    ]
}