Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9866
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=9867",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9865",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9866,
    "results": [
        {
            "start": 874331659,
            "stop": 874331676
        },
        {
            "start": 874331677,
            "stop": 874331784
        },
        {
            "start": 874331785,
            "stop": 874331896
        },
        {
            "start": 874331897,
            "stop": 874333938
        },
        {
            "start": 874333939,
            "stop": 874334594
        },
        {
            "start": 874334934,
            "stop": 874338080
        },
        {
            "start": 874338084,
            "stop": 874340106
        },
        {
            "start": 874340109,
            "stop": 874340394
        },
        {
            "start": 874341392,
            "stop": 874342206
        },
        {
            "start": 874342209,
            "stop": 874343198
        },
        {
            "start": 874345547,
            "stop": 874345548
        },
        {
            "start": 874345557,
            "stop": 874345558
        },
        {
            "start": 874345578,
            "stop": 874345579
        },
        {
            "start": 874345585,
            "stop": 874345586
        },
        {
            "start": 874345591,
            "stop": 874345592
        },
        {
            "start": 874345594,
            "stop": 874345595
        },
        {
            "start": 874345608,
            "stop": 874345609
        },
        {
            "start": 874345624,
            "stop": 874345625
        },
        {
            "start": 874345631,
            "stop": 874345632
        },
        {
            "start": 874345640,
            "stop": 874345641
        }
    ]
}