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=8587
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=8588",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8586",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8587,
    "results": [
        {
            "start": 870493117,
            "stop": 870494009
        },
        {
            "start": 870494129,
            "stop": 870497874
        },
        {
            "start": 870497891,
            "stop": 870500514
        },
        {
            "start": 870500553,
            "stop": 870500633
        },
        {
            "start": 870500650,
            "stop": 870503595
        },
        {
            "start": 870503715,
            "stop": 870504061
        },
        {
            "start": 870504094,
            "stop": 870508615
        },
        {
            "start": 870508632,
            "stop": 870513613
        },
        {
            "start": 870513630,
            "stop": 870517800
        },
        {
            "start": 870517860,
            "stop": 870517980
        },
        {
            "start": 870518040,
            "stop": 870518160
        },
        {
            "start": 870518220,
            "stop": 870520130
        },
        {
            "start": 870520210,
            "stop": 870520550
        },
        {
            "start": 870520630,
            "stop": 870521040
        },
        {
            "start": 870521100,
            "stop": 870521516
        },
        {
            "start": 870521727,
            "stop": 870524131
        },
        {
            "start": 870524431,
            "stop": 870524762
        },
        {
            "start": 870524882,
            "stop": 870526417
        },
        {
            "start": 870526510,
            "stop": 870526851
        },
        {
            "start": 870527207,
            "stop": 870527484
        }
    ]
}