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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=163",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=161",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 162,
    "results": [
        {
            "start": 954353807,
            "stop": 954353812
        },
        {
            "start": 954353816,
            "stop": 954353824
        },
        {
            "start": 954353828,
            "stop": 954353829
        },
        {
            "start": 954353834,
            "stop": 954353840
        },
        {
            "start": 954353843,
            "stop": 954353847
        },
        {
            "start": 954353853,
            "stop": 954353859
        },
        {
            "start": 954353867,
            "stop": 954353870
        },
        {
            "start": 954353873,
            "stop": 954353884
        },
        {
            "start": 954353898,
            "stop": 954353900
        },
        {
            "start": 954353917,
            "stop": 954353918
        },
        {
            "start": 954353926,
            "stop": 954353930
        },
        {
            "start": 954353933,
            "stop": 954353934
        },
        {
            "start": 954353937,
            "stop": 954353941
        },
        {
            "start": 954353962,
            "stop": 954353963
        },
        {
            "start": 954354013,
            "stop": 954354014
        },
        {
            "start": 954354037,
            "stop": 954354140
        },
        {
            "start": 954357623,
            "stop": 954357682
        },
        {
            "start": 954357685,
            "stop": 954357735
        },
        {
            "start": 954357745,
            "stop": 954357748
        },
        {
            "start": 954357752,
            "stop": 954357753
        }
    ]
}