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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8788",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8786",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8787,
    "results": [
        {
            "start": 873576641,
            "stop": 873576760
        },
        {
            "start": 873576764,
            "stop": 873576830
        },
        {
            "start": 873576910,
            "stop": 873576982
        },
        {
            "start": 873576999,
            "stop": 873577250
        },
        {
            "start": 873577461,
            "stop": 873577670
        },
        {
            "start": 873577850,
            "stop": 873577970
        },
        {
            "start": 873578050,
            "stop": 873578400
        },
        {
            "start": 873578473,
            "stop": 873578770
        },
        {
            "start": 873578890,
            "stop": 873579216
        },
        {
            "start": 873579252,
            "stop": 873580042
        },
        {
            "start": 873580058,
            "stop": 873580070
        },
        {
            "start": 873580150,
            "stop": 873582650
        },
        {
            "start": 873582730,
            "stop": 873582930
        },
        {
            "start": 873582990,
            "stop": 873583006
        },
        {
            "start": 873585148,
            "stop": 873585470
        },
        {
            "start": 873585550,
            "stop": 873586018
        },
        {
            "start": 873586069,
            "stop": 873586072
        },
        {
            "start": 873586452,
            "stop": 873586576
        },
        {
            "start": 873586604,
            "stop": 873586730
        },
        {
            "start": 873586810,
            "stop": 873586856
        }
    ]
}