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=47
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=48",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=46",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 47,
    "results": [
        {
            "start": 816429563,
            "stop": 816430302
        },
        {
            "start": 816430306,
            "stop": 816430442
        },
        {
            "start": 816430446,
            "stop": 816430858
        },
        {
            "start": 816430861,
            "stop": 816430969
        },
        {
            "start": 816430973,
            "stop": 816431299
        },
        {
            "start": 816431306,
            "stop": 816431449
        },
        {
            "start": 816431453,
            "stop": 816431470
        },
        {
            "start": 816431474,
            "stop": 816431477
        },
        {
            "start": 816431484,
            "stop": 816431485
        },
        {
            "start": 816431492,
            "stop": 816431847
        },
        {
            "start": 816431851,
            "stop": 816432050
        },
        {
            "start": 816432055,
            "stop": 816432105
        },
        {
            "start": 816432108,
            "stop": 816432130
        },
        {
            "start": 816432134,
            "stop": 816432136
        },
        {
            "start": 816432144,
            "stop": 816432407
        },
        {
            "start": 816432414,
            "stop": 816432425
        },
        {
            "start": 816432429,
            "stop": 816432516
        },
        {
            "start": 816432520,
            "stop": 816432601
        },
        {
            "start": 816432607,
            "stop": 816432677
        },
        {
            "start": 816432683,
            "stop": 816432757
        }
    ]
}