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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=604",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=602",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 603,
    "results": [
        {
            "start": 838236176,
            "stop": 838238186
        },
        {
            "start": 838240368,
            "stop": 838257581
        },
        {
            "start": 838259648,
            "stop": 838261961
        },
        {
            "start": 838261962,
            "stop": 838261993
        },
        {
            "start": 838261994,
            "stop": 838292561
        },
        {
            "start": 838293509,
            "stop": 838293677
        },
        {
            "start": 838294492,
            "stop": 838294993
        },
        {
            "start": 838297433,
            "stop": 838297454
        },
        {
            "start": 838298448,
            "stop": 838298542
        },
        {
            "start": 838298862,
            "stop": 838299000
        },
        {
            "start": 838300777,
            "stop": 838301136
        },
        {
            "start": 838301540,
            "stop": 838301591
        },
        {
            "start": 838302704,
            "stop": 838302973
        },
        {
            "start": 838303467,
            "stop": 838303578
        },
        {
            "start": 838305692,
            "stop": 838307251
        },
        {
            "start": 838307719,
            "stop": 838308676
        },
        {
            "start": 838309439,
            "stop": 838309810
        },
        {
            "start": 838310401,
            "stop": 838310425
        },
        {
            "start": 838311252,
            "stop": 838325682
        },
        {
            "start": 838328603,
            "stop": 838336522
        }
    ]
}