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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=146",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=144",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 145,
    "results": [
        {
            "start": 829944195,
            "stop": 829948214
        },
        {
            "start": 829948218,
            "stop": 829948685
        },
        {
            "start": 829950956,
            "stop": 829956049
        },
        {
            "start": 829959579,
            "stop": 829981933
        },
        {
            "start": 829984451,
            "stop": 830012454
        },
        {
            "start": 830037434,
            "stop": 830037534
        },
        {
            "start": 830040713,
            "stop": 830044393
        },
        {
            "start": 830045027,
            "stop": 830057173
        },
        {
            "start": 830057803,
            "stop": 830058121
        },
        {
            "start": 830059261,
            "stop": 830062993
        },
        {
            "start": 830064455,
            "stop": 830096713
        },
        {
            "start": 830098437,
            "stop": 830102833
        },
        {
            "start": 830102866,
            "stop": 830102867
        },
        {
            "start": 830102941,
            "stop": 830113093
        },
        {
            "start": 830115115,
            "stop": 830116558
        },
        {
            "start": 830117642,
            "stop": 830120653
        },
        {
            "start": 830120693,
            "stop": 830120694
        },
        {
            "start": 830121082,
            "stop": 830124657
        },
        {
            "start": 830125439,
            "stop": 830127362
        },
        {
            "start": 830127464,
            "stop": 830143873
        }
    ]
}