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=2164
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=2165",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2163",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2164,
    "results": [
        {
            "start": 872412076,
            "stop": 872412106
        },
        {
            "start": 872412125,
            "stop": 872412395
        },
        {
            "start": 872412414,
            "stop": 872412507
        },
        {
            "start": 872412526,
            "stop": 872412998
        },
        {
            "start": 872413017,
            "stop": 872414144
        },
        {
            "start": 872414163,
            "stop": 872414291
        },
        {
            "start": 872414355,
            "stop": 872414468
        },
        {
            "start": 872414487,
            "stop": 872414492
        },
        {
            "start": 872414511,
            "stop": 872414593
        },
        {
            "start": 872414612,
            "stop": 872414628
        },
        {
            "start": 872414647,
            "stop": 872414756
        },
        {
            "start": 872414781,
            "stop": 872414813
        },
        {
            "start": 872414853,
            "stop": 872418375
        },
        {
            "start": 872418394,
            "stop": 872419595
        },
        {
            "start": 872419614,
            "stop": 872419761
        },
        {
            "start": 872419780,
            "stop": 872419785
        },
        {
            "start": 872419804,
            "stop": 872419884
        },
        {
            "start": 872419903,
            "stop": 872420812
        },
        {
            "start": 872420831,
            "stop": 872420922
        },
        {
            "start": 872420941,
            "stop": 872421166
        }
    ]
}