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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2250",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2248",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2249,
    "results": [
        {
            "start": 873243709,
            "stop": 873243848
        },
        {
            "start": 873243854,
            "stop": 873244795
        },
        {
            "start": 873249839,
            "stop": 873249842
        },
        {
            "start": 873249859,
            "stop": 873249864
        },
        {
            "start": 873249887,
            "stop": 873252448
        },
        {
            "start": 873252469,
            "stop": 873252520
        },
        {
            "start": 873252548,
            "stop": 873252733
        },
        {
            "start": 873252752,
            "stop": 873253274
        },
        {
            "start": 873253304,
            "stop": 873254955
        },
        {
            "start": 873254975,
            "stop": 873255082
        },
        {
            "start": 873255101,
            "stop": 873255207
        },
        {
            "start": 873255241,
            "stop": 873255244
        },
        {
            "start": 873255263,
            "stop": 873255334
        },
        {
            "start": 873255373,
            "stop": 873255683
        },
        {
            "start": 873255702,
            "stop": 873256038
        },
        {
            "start": 873256057,
            "stop": 873256896
        },
        {
            "start": 873256927,
            "stop": 873257101
        },
        {
            "start": 873257120,
            "stop": 873257334
        },
        {
            "start": 873257372,
            "stop": 873257397
        },
        {
            "start": 873257416,
            "stop": 873257450
        }
    ]
}