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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=219",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=217",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 218,
    "results": [
        {
            "start": 827337506,
            "stop": 827337566
        },
        {
            "start": 827337932,
            "stop": 827338232
        },
        {
            "start": 827338406,
            "stop": 827338766
        },
        {
            "start": 827339227,
            "stop": 827339287
        },
        {
            "start": 827340190,
            "stop": 827340370
        },
        {
            "start": 827340531,
            "stop": 827340591
        },
        {
            "start": 827340972,
            "stop": 827341032
        },
        {
            "start": 827341189,
            "stop": 827341249
        },
        {
            "start": 827342070,
            "stop": 827342250
        },
        {
            "start": 827350772,
            "stop": 827350862
        },
        {
            "start": 827362230,
            "stop": 827362350
        },
        {
            "start": 827362780,
            "stop": 827362900
        },
        {
            "start": 827364067,
            "stop": 827364127
        },
        {
            "start": 827364587,
            "stop": 827364707
        },
        {
            "start": 827364849,
            "stop": 827364909
        },
        {
            "start": 827370332,
            "stop": 827370392
        },
        {
            "start": 827370542,
            "stop": 827371292
        },
        {
            "start": 827371460,
            "stop": 827372600
        },
        {
            "start": 827372765,
            "stop": 827373365
        },
        {
            "start": 827373537,
            "stop": 827373597
        }
    ]
}