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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=220",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=218",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 219,
    "results": [
        {
            "start": 846951243,
            "stop": 846951248
        },
        {
            "start": 846951257,
            "stop": 846951264
        },
        {
            "start": 846951277,
            "stop": 846951284
        },
        {
            "start": 846951288,
            "stop": 846951302
        },
        {
            "start": 846951306,
            "stop": 846951308
        },
        {
            "start": 847001725,
            "stop": 847041946
        },
        {
            "start": 847095859,
            "stop": 847096841
        },
        {
            "start": 847097594,
            "stop": 847120093
        },
        {
            "start": 847122416,
            "stop": 847133877
        },
        {
            "start": 847181955,
            "stop": 847230613
        },
        {
            "start": 847231867,
            "stop": 847237364
        },
        {
            "start": 847238294,
            "stop": 847239486
        },
        {
            "start": 847263827,
            "stop": 847266140
        },
        {
            "start": 847266491,
            "stop": 847317962
        },
        {
            "start": 847320045,
            "stop": 847334435
        },
        {
            "start": 847346961,
            "stop": 847347629
        },
        {
            "start": 847347633,
            "stop": 847361044
        },
        {
            "start": 847361262,
            "stop": 847361505
        },
        {
            "start": 847361508,
            "stop": 847361514
        },
        {
            "start": 847361518,
            "stop": 847361606
        }
    ]
}