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=9901
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=9902",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9900",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9901,
    "results": [
        {
            "start": 870889925,
            "stop": 870889933
        },
        {
            "start": 870889943,
            "stop": 870889969
        },
        {
            "start": 870889977,
            "stop": 870889980
        },
        {
            "start": 870890058,
            "stop": 870890100
        },
        {
            "start": 870890116,
            "stop": 870890132
        },
        {
            "start": 870890139,
            "stop": 870890170
        },
        {
            "start": 870890206,
            "stop": 870890214
        },
        {
            "start": 870890280,
            "stop": 870890287
        },
        {
            "start": 870890302,
            "stop": 870890324
        },
        {
            "start": 870890400,
            "stop": 870890418
        },
        {
            "start": 870890542,
            "stop": 870890555
        },
        {
            "start": 870890562,
            "stop": 870890577
        },
        {
            "start": 870890586,
            "stop": 870890618
        },
        {
            "start": 870890642,
            "stop": 870890658
        },
        {
            "start": 870890674,
            "stop": 870890685
        },
        {
            "start": 870890760,
            "stop": 870890767
        },
        {
            "start": 870890815,
            "stop": 870890819
        },
        {
            "start": 870890827,
            "stop": 870890832
        },
        {
            "start": 870890842,
            "stop": 870890850
        },
        {
            "start": 870890940,
            "stop": 870890984
        }
    ]
}