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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=268",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=266",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 267,
    "results": [
        {
            "start": 822347422,
            "stop": 822347423
        },
        {
            "start": 822347430,
            "stop": 822347438
        },
        {
            "start": 822347446,
            "stop": 822347773
        },
        {
            "start": 822347985,
            "stop": 822348035
        },
        {
            "start": 822348042,
            "stop": 822348186
        },
        {
            "start": 822348193,
            "stop": 822348291
        },
        {
            "start": 822348298,
            "stop": 822348890
        },
        {
            "start": 822348970,
            "stop": 822349103
        },
        {
            "start": 822349110,
            "stop": 822349144
        },
        {
            "start": 822349151,
            "stop": 822350288
        },
        {
            "start": 822350291,
            "stop": 822350340
        },
        {
            "start": 822350403,
            "stop": 822350893
        },
        {
            "start": 822351070,
            "stop": 822351412
        },
        {
            "start": 822351419,
            "stop": 822351673
        },
        {
            "start": 822351875,
            "stop": 822351888
        },
        {
            "start": 822351895,
            "stop": 822351965
        },
        {
            "start": 822352040,
            "stop": 822352241
        },
        {
            "start": 822352245,
            "stop": 822352993
        },
        {
            "start": 822354283,
            "stop": 822355632
        },
        {
            "start": 822355639,
            "stop": 822355895
        }
    ]
}