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=51
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=52",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=50",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 51,
    "results": [
        {
            "start": 817263076,
            "stop": 817266187
        },
        {
            "start": 817266194,
            "stop": 817266874
        },
        {
            "start": 817266881,
            "stop": 817267450
        },
        {
            "start": 817267457,
            "stop": 817267778
        },
        {
            "start": 817267785,
            "stop": 817267807
        },
        {
            "start": 817267834,
            "stop": 817267838
        },
        {
            "start": 817267934,
            "stop": 817268022
        },
        {
            "start": 817268164,
            "stop": 817268719
        },
        {
            "start": 817268726,
            "stop": 817269069
        },
        {
            "start": 817269081,
            "stop": 817269118
        },
        {
            "start": 817269126,
            "stop": 817269145
        },
        {
            "start": 817269158,
            "stop": 817269238
        },
        {
            "start": 817269245,
            "stop": 817269268
        },
        {
            "start": 817269275,
            "stop": 817269353
        },
        {
            "start": 817269361,
            "stop": 817269366
        },
        {
            "start": 817269373,
            "stop": 817269397
        },
        {
            "start": 817269404,
            "stop": 817269406
        },
        {
            "start": 817269414,
            "stop": 817269451
        },
        {
            "start": 817269458,
            "stop": 817269522
        },
        {
            "start": 817269529,
            "stop": 817269530
        }
    ]
}