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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=304",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=302",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 303,
    "results": [
        {
            "start": 821275125,
            "stop": 821275209
        },
        {
            "start": 821275212,
            "stop": 821275234
        },
        {
            "start": 821275237,
            "stop": 821275312
        },
        {
            "start": 821275315,
            "stop": 821275329
        },
        {
            "start": 821275332,
            "stop": 821275364
        },
        {
            "start": 821275367,
            "stop": 821275580
        },
        {
            "start": 821275583,
            "stop": 821275631
        },
        {
            "start": 821275634,
            "stop": 821275679
        },
        {
            "start": 821275682,
            "stop": 821275766
        },
        {
            "start": 821275769,
            "stop": 821275801
        },
        {
            "start": 821275804,
            "stop": 821275965
        },
        {
            "start": 821275968,
            "stop": 821275969
        },
        {
            "start": 821275973,
            "stop": 821276147
        },
        {
            "start": 821276155,
            "stop": 821276444
        },
        {
            "start": 821276450,
            "stop": 821276452
        },
        {
            "start": 821276455,
            "stop": 821276480
        },
        {
            "start": 821276483,
            "stop": 821276490
        },
        {
            "start": 821276493,
            "stop": 821276579
        },
        {
            "start": 821276582,
            "stop": 821276629
        },
        {
            "start": 821276632,
            "stop": 821276687
        }
    ]
}