Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=711
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=712",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=710",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 711,
    "results": [
        {
            "start": 866405184,
            "stop": 866410903
        },
        {
            "start": 866415788,
            "stop": 866427270
        },
        {
            "start": 866427330,
            "stop": 866430630
        },
        {
            "start": 866430690,
            "stop": 866432610
        },
        {
            "start": 866432670,
            "stop": 866441370
        },
        {
            "start": 866441430,
            "stop": 866447382
        },
        {
            "start": 866447803,
            "stop": 866468976
        },
        {
            "start": 866469296,
            "stop": 866470680
        },
        {
            "start": 866471080,
            "stop": 866477775
        },
        {
            "start": 866512515,
            "stop": 866524476
        },
        {
            "start": 866526322,
            "stop": 866558006
        },
        {
            "start": 866558024,
            "stop": 866558183
        },
        {
            "start": 866558202,
            "stop": 866558252
        },
        {
            "start": 866558270,
            "stop": 866558460
        },
        {
            "start": 866558478,
            "stop": 866559819
        },
        {
            "start": 866560843,
            "stop": 866567559
        },
        {
            "start": 866573467,
            "stop": 866575715
        },
        {
            "start": 866583109,
            "stop": 866583657
        },
        {
            "start": 866587385,
            "stop": 866592969
        },
        {
            "start": 866592987,
            "stop": 866593590
        }
    ]
}