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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=252",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=250",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 251,
    "results": [
        {
            "start": 861538481,
            "stop": 861540174
        },
        {
            "start": 861540287,
            "stop": 861541892
        },
        {
            "start": 861543156,
            "stop": 861546216
        },
        {
            "start": 861546397,
            "stop": 861546490
        },
        {
            "start": 861551323,
            "stop": 861551934
        },
        {
            "start": 861552024,
            "stop": 861552057
        },
        {
            "start": 861552299,
            "stop": 861555017
        },
        {
            "start": 861555199,
            "stop": 861559271
        },
        {
            "start": 861562047,
            "stop": 861565781
        },
        {
            "start": 861565975,
            "stop": 861567275
        },
        {
            "start": 861569257,
            "stop": 861569544
        },
        {
            "start": 861569854,
            "stop": 861570970
        },
        {
            "start": 861571049,
            "stop": 861593695
        },
        {
            "start": 861595059,
            "stop": 861595128
        },
        {
            "start": 861595674,
            "stop": 861599066
        },
        {
            "start": 861599329,
            "stop": 861601362
        },
        {
            "start": 861601644,
            "stop": 861610852
        },
        {
            "start": 861611769,
            "stop": 861619373
        },
        {
            "start": 861619885,
            "stop": 861628820
        },
        {
            "start": 861628956,
            "stop": 861632769
        }
    ]
}