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=9748
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=9749",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9747",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9748,
    "results": [
        {
            "start": 873459254,
            "stop": 873459963
        },
        {
            "start": 873459966,
            "stop": 873460216
        },
        {
            "start": 873460219,
            "stop": 873460232
        },
        {
            "start": 873460699,
            "stop": 873460736
        },
        {
            "start": 873460737,
            "stop": 873460761
        },
        {
            "start": 873460762,
            "stop": 873460824
        },
        {
            "start": 873460825,
            "stop": 873460832
        },
        {
            "start": 873460834,
            "stop": 873460840
        },
        {
            "start": 873460842,
            "stop": 873460859
        },
        {
            "start": 873460860,
            "stop": 873460861
        },
        {
            "start": 873460862,
            "stop": 873460867
        },
        {
            "start": 873460869,
            "stop": 873460875
        },
        {
            "start": 873463582,
            "stop": 873463583
        },
        {
            "start": 873463600,
            "stop": 873463601
        },
        {
            "start": 873463604,
            "stop": 873463606
        },
        {
            "start": 873463611,
            "stop": 873463612
        },
        {
            "start": 873463632,
            "stop": 873463633
        },
        {
            "start": 873463646,
            "stop": 873463647
        },
        {
            "start": 873463654,
            "stop": 873463655
        },
        {
            "start": 873463656,
            "stop": 873463658
        }
    ]
}