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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=794",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=792",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 793,
    "results": [
        {
            "start": 858307029,
            "stop": 858307089
        },
        {
            "start": 858307336,
            "stop": 858310696
        },
        {
            "start": 858310892,
            "stop": 858311252
        },
        {
            "start": 858311660,
            "stop": 858321020
        },
        {
            "start": 858322813,
            "stop": 858327853
        },
        {
            "start": 858328003,
            "stop": 858329473
        },
        {
            "start": 858329697,
            "stop": 858332997
        },
        {
            "start": 858333147,
            "stop": 858335397
        },
        {
            "start": 858335634,
            "stop": 858339894
        },
        {
            "start": 858343098,
            "stop": 858344628
        },
        {
            "start": 858344778,
            "stop": 858346278
        },
        {
            "start": 858346432,
            "stop": 858353152
        },
        {
            "start": 858353312,
            "stop": 858354002
        },
        {
            "start": 858355416,
            "stop": 858355746
        },
        {
            "start": 858355926,
            "stop": 858357276
        },
        {
            "start": 858357429,
            "stop": 858358029
        },
        {
            "start": 858358059,
            "stop": 858358449
        },
        {
            "start": 858358602,
            "stop": 858358722
        },
        {
            "start": 858358872,
            "stop": 858359262
        },
        {
            "start": 858359423,
            "stop": 858359603
        }
    ]
}