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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=199",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=197",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 198,
    "results": [
        {
            "start": 1240138147,
            "stop": 1240138266
        },
        {
            "start": 1240138267,
            "stop": 1240138386
        },
        {
            "start": 1240138387,
            "stop": 1240138506
        },
        {
            "start": 1240138507,
            "stop": 1240138626
        },
        {
            "start": 1240138627,
            "stop": 1240138746
        },
        {
            "start": 1240138747,
            "stop": 1240138866
        },
        {
            "start": 1240138867,
            "stop": 1240138986
        },
        {
            "start": 1240138987,
            "stop": 1240139106
        },
        {
            "start": 1240139107,
            "stop": 1240139226
        },
        {
            "start": 1240139227,
            "stop": 1240139346
        },
        {
            "start": 1240139347,
            "stop": 1240139466
        },
        {
            "start": 1240139467,
            "stop": 1240139586
        },
        {
            "start": 1240139587,
            "stop": 1240139706
        },
        {
            "start": 1240139707,
            "stop": 1240139826
        },
        {
            "start": 1240139827,
            "stop": 1240139946
        },
        {
            "start": 1240139947,
            "stop": 1240140066
        },
        {
            "start": 1240140067,
            "stop": 1240140186
        },
        {
            "start": 1240140187,
            "stop": 1240140306
        },
        {
            "start": 1240140307,
            "stop": 1240140426
        },
        {
            "start": 1240140427,
            "stop": 1240140546
        }
    ]
}