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=328
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=329",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=327",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 328,
    "results": [
        {
            "start": 821370676,
            "stop": 821370704
        },
        {
            "start": 821370711,
            "stop": 821370784
        },
        {
            "start": 821370787,
            "stop": 821370974
        },
        {
            "start": 821370982,
            "stop": 821371050
        },
        {
            "start": 821371057,
            "stop": 821371352
        },
        {
            "start": 821371355,
            "stop": 821371584
        },
        {
            "start": 821371587,
            "stop": 821371803
        },
        {
            "start": 821371810,
            "stop": 821371817
        },
        {
            "start": 821371820,
            "stop": 821371858
        },
        {
            "start": 821371861,
            "stop": 821371917
        },
        {
            "start": 821371924,
            "stop": 821371941
        },
        {
            "start": 821371944,
            "stop": 821371951
        },
        {
            "start": 821371955,
            "stop": 821371999
        },
        {
            "start": 821372002,
            "stop": 821372070
        },
        {
            "start": 821372076,
            "stop": 821372137
        },
        {
            "start": 821372140,
            "stop": 821372177
        },
        {
            "start": 821372180,
            "stop": 821372213
        },
        {
            "start": 821372216,
            "stop": 821372231
        },
        {
            "start": 821372238,
            "stop": 821372253
        },
        {
            "start": 821372258,
            "stop": 821372342
        }
    ]
}