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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=323",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=321",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 322,
    "results": [
        {
            "start": 822951010,
            "stop": 822951019
        },
        {
            "start": 822951076,
            "stop": 822951087
        },
        {
            "start": 822951204,
            "stop": 822951219
        },
        {
            "start": 822953424,
            "stop": 822953765
        },
        {
            "start": 822953772,
            "stop": 822954026
        },
        {
            "start": 822954227,
            "stop": 822954590
        },
        {
            "start": 822954730,
            "stop": 822955250
        },
        {
            "start": 822955330,
            "stop": 822956630
        },
        {
            "start": 822956710,
            "stop": 822956879
        },
        {
            "start": 822956963,
            "stop": 822957306
        },
        {
            "start": 822957315,
            "stop": 822957316
        },
        {
            "start": 822957395,
            "stop": 822957700
        },
        {
            "start": 822957707,
            "stop": 822957823
        },
        {
            "start": 822957830,
            "stop": 822958550
        },
        {
            "start": 822958750,
            "stop": 822959750
        },
        {
            "start": 822959830,
            "stop": 822961070
        },
        {
            "start": 822961150,
            "stop": 822961550
        },
        {
            "start": 822961630,
            "stop": 822962220
        },
        {
            "start": 822962332,
            "stop": 822964130
        },
        {
            "start": 822964210,
            "stop": 822964550
        }
    ]
}