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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2386",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2384",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2385,
    "results": [
        {
            "start": 875107702,
            "stop": 875107708
        },
        {
            "start": 875107727,
            "stop": 875108405
        },
        {
            "start": 875108424,
            "stop": 875108798
        },
        {
            "start": 875108817,
            "stop": 875108820
        },
        {
            "start": 875108912,
            "stop": 875109018
        },
        {
            "start": 875109058,
            "stop": 875109060
        },
        {
            "start": 875109087,
            "stop": 875109088
        },
        {
            "start": 875109112,
            "stop": 875109222
        },
        {
            "start": 875109427,
            "stop": 875109434
        },
        {
            "start": 875109490,
            "stop": 875109546
        },
        {
            "start": 875109565,
            "stop": 875111369
        },
        {
            "start": 875111388,
            "stop": 875112261
        },
        {
            "start": 875112280,
            "stop": 875112442
        },
        {
            "start": 875112461,
            "stop": 875112620
        },
        {
            "start": 875112640,
            "stop": 875112683
        },
        {
            "start": 875112709,
            "stop": 875112811
        },
        {
            "start": 875112842,
            "stop": 875112959
        },
        {
            "start": 875112978,
            "stop": 875112998
        },
        {
            "start": 875113048,
            "stop": 875113062
        },
        {
            "start": 875113084,
            "stop": 875113137
        }
    ]
}