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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9867",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9865",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9866,
    "results": [
        {
            "start": 870337620,
            "stop": 870339484
        },
        {
            "start": 870339501,
            "stop": 870341984
        },
        {
            "start": 870342001,
            "stop": 870344580
        },
        {
            "start": 870345300,
            "stop": 870345420
        },
        {
            "start": 870345660,
            "stop": 870345900
        },
        {
            "start": 870345960,
            "stop": 870347780
        },
        {
            "start": 870347797,
            "stop": 870350685
        },
        {
            "start": 870350702,
            "stop": 870352410
        },
        {
            "start": 870354607,
            "stop": 870357197
        },
        {
            "start": 870357213,
            "stop": 870362760
        },
        {
            "start": 870362825,
            "stop": 870370047
        },
        {
            "start": 870370064,
            "stop": 870375001
        },
        {
            "start": 870375018,
            "stop": 870383310
        },
        {
            "start": 870384150,
            "stop": 870385171
        },
        {
            "start": 870388813,
            "stop": 870388832
        },
        {
            "start": 870388915,
            "stop": 870395550
        },
        {
            "start": 870396390,
            "stop": 870399240
        },
        {
            "start": 870399360,
            "stop": 870399720
        },
        {
            "start": 870399900,
            "stop": 870401996
        },
        {
            "start": 870402013,
            "stop": 870403322
        }
    ]
}