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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=172",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=170",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 171,
    "results": [
        {
            "start": 820188624,
            "stop": 820188653
        },
        {
            "start": 820188660,
            "stop": 820188974
        },
        {
            "start": 820188982,
            "stop": 820189048
        },
        {
            "start": 820189056,
            "stop": 820189101
        },
        {
            "start": 820189108,
            "stop": 820189257
        },
        {
            "start": 820189264,
            "stop": 820189385
        },
        {
            "start": 820189393,
            "stop": 820189434
        },
        {
            "start": 820189441,
            "stop": 820189460
        },
        {
            "start": 820189467,
            "stop": 820189500
        },
        {
            "start": 820189514,
            "stop": 820189592
        },
        {
            "start": 820189613,
            "stop": 820189673
        },
        {
            "start": 820189680,
            "stop": 820189729
        },
        {
            "start": 820189736,
            "stop": 820190163
        },
        {
            "start": 820190170,
            "stop": 820190247
        },
        {
            "start": 820190254,
            "stop": 820190277
        },
        {
            "start": 820190284,
            "stop": 820190346
        },
        {
            "start": 820190354,
            "stop": 820190481
        },
        {
            "start": 820190488,
            "stop": 820190553
        },
        {
            "start": 820190560,
            "stop": 820190836
        },
        {
            "start": 820190844,
            "stop": 820190849
        }
    ]
}