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=299
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=300",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=298",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 299,
    "results": [
        {
            "start": 821795280,
            "stop": 821795640
        },
        {
            "start": 821795700,
            "stop": 821795723
        },
        {
            "start": 821795730,
            "stop": 821795820
        },
        {
            "start": 821796000,
            "stop": 821796120
        },
        {
            "start": 821796420,
            "stop": 821796424
        },
        {
            "start": 821796431,
            "stop": 821796433
        },
        {
            "start": 821798664,
            "stop": 821798755
        },
        {
            "start": 821798769,
            "stop": 821798773
        },
        {
            "start": 821800732,
            "stop": 821800860
        },
        {
            "start": 821800920,
            "stop": 821800979
        },
        {
            "start": 821800986,
            "stop": 821800991
        },
        {
            "start": 821801009,
            "stop": 821801013
        },
        {
            "start": 821801027,
            "stop": 821801100
        },
        {
            "start": 821801160,
            "stop": 821801504
        },
        {
            "start": 821801511,
            "stop": 821801520
        },
        {
            "start": 821801580,
            "stop": 821801953
        },
        {
            "start": 821804220,
            "stop": 821804270
        },
        {
            "start": 821804350,
            "stop": 821804408
        },
        {
            "start": 821804416,
            "stop": 821804520
        },
        {
            "start": 821804580,
            "stop": 821804640
        }
    ]
}