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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7877",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7875",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7876,
    "results": [
        {
            "start": 969895434,
            "stop": 969895440
        },
        {
            "start": 969895451,
            "stop": 969895477
        },
        {
            "start": 969895480,
            "stop": 969895492
        },
        {
            "start": 969895503,
            "stop": 969895508
        },
        {
            "start": 969895535,
            "stop": 969895541
        },
        {
            "start": 969895568,
            "stop": 969895583
        },
        {
            "start": 969895587,
            "stop": 969895633
        },
        {
            "start": 969895636,
            "stop": 969895676
        },
        {
            "start": 969895679,
            "stop": 969895731
        },
        {
            "start": 969895734,
            "stop": 969895762
        },
        {
            "start": 969895765,
            "stop": 969895766
        },
        {
            "start": 969895770,
            "stop": 969895778
        },
        {
            "start": 969895800,
            "stop": 969895806
        },
        {
            "start": 969895809,
            "stop": 969895813
        },
        {
            "start": 969895841,
            "stop": 969895845
        },
        {
            "start": 969895856,
            "stop": 969895857
        },
        {
            "start": 969895868,
            "stop": 969895905
        },
        {
            "start": 969895908,
            "stop": 969896001
        },
        {
            "start": 969896004,
            "stop": 969896060
        },
        {
            "start": 969896071,
            "stop": 969896084
        }
    ]
}