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=344
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=345",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=343",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 344,
    "results": [
        {
            "start": 939332415,
            "stop": 939332422
        },
        {
            "start": 939332425,
            "stop": 939333363
        },
        {
            "start": 939333366,
            "stop": 939333421
        },
        {
            "start": 939333424,
            "stop": 939334684
        },
        {
            "start": 939334687,
            "stop": 939334705
        },
        {
            "start": 939343507,
            "stop": 939344722
        },
        {
            "start": 939344725,
            "stop": 939346240
        },
        {
            "start": 939346246,
            "stop": 939351223
        },
        {
            "start": 939351226,
            "stop": 939351254
        },
        {
            "start": 939351257,
            "stop": 939351306
        },
        {
            "start": 939351309,
            "stop": 939351817
        },
        {
            "start": 939351820,
            "stop": 939353750
        },
        {
            "start": 939358229,
            "stop": 939358329
        },
        {
            "start": 939358332,
            "stop": 939358503
        },
        {
            "start": 939358623,
            "stop": 939362449
        },
        {
            "start": 939362452,
            "stop": 939376239
        },
        {
            "start": 939378303,
            "stop": 939378423
        },
        {
            "start": 939378483,
            "stop": 939378843
        },
        {
            "start": 939378903,
            "stop": 939380287
        },
        {
            "start": 939380290,
            "stop": 939381170
        }
    ]
}