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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=86",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=84",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 85,
    "results": [
        {
            "start": 816578284,
            "stop": 816578298
        },
        {
            "start": 816578309,
            "stop": 816578653
        },
        {
            "start": 816579428,
            "stop": 816580058
        },
        {
            "start": 816580062,
            "stop": 816581353
        },
        {
            "start": 816582150,
            "stop": 816587921
        },
        {
            "start": 816587926,
            "stop": 816591417
        },
        {
            "start": 816591421,
            "stop": 816592384
        },
        {
            "start": 816592389,
            "stop": 816592450
        },
        {
            "start": 816592455,
            "stop": 816593482
        },
        {
            "start": 816593485,
            "stop": 816593713
        },
        {
            "start": 816600198,
            "stop": 816600313
        },
        {
            "start": 816600317,
            "stop": 816600537
        },
        {
            "start": 816600540,
            "stop": 816600567
        },
        {
            "start": 816600570,
            "stop": 816600580
        },
        {
            "start": 816600585,
            "stop": 816600588
        },
        {
            "start": 816600595,
            "stop": 816600599
        },
        {
            "start": 816600602,
            "stop": 816600620
        },
        {
            "start": 816600624,
            "stop": 816600683
        },
        {
            "start": 816600686,
            "stop": 816600772
        },
        {
            "start": 816600776,
            "stop": 816600861
        }
    ]
}