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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=905",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=903",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 904,
    "results": [
        {
            "start": 867443017,
            "stop": 867443497
        },
        {
            "start": 867445095,
            "stop": 867445755
        },
        {
            "start": 867456026,
            "stop": 867462026
        },
        {
            "start": 867462273,
            "stop": 867465663
        },
        {
            "start": 867465723,
            "stop": 867472743
        },
        {
            "start": 867472773,
            "stop": 867476553
        },
        {
            "start": 867476791,
            "stop": 867477931
        },
        {
            "start": 867478198,
            "stop": 867478978
        },
        {
            "start": 867479124,
            "stop": 867482844
        },
        {
            "start": 867482874,
            "stop": 867487464
        },
        {
            "start": 867495438,
            "stop": 867499098
        },
        {
            "start": 867499471,
            "stop": 867499771
        },
        {
            "start": 867500087,
            "stop": 867500147
        },
        {
            "start": 867500301,
            "stop": 867500361
        },
        {
            "start": 867500552,
            "stop": 867500612
        },
        {
            "start": 867500846,
            "stop": 867501026
        },
        {
            "start": 867552637,
            "stop": 867556717
        },
        {
            "start": 867556807,
            "stop": 867556867
        },
        {
            "start": 867556897,
            "stop": 867558577
        },
        {
            "start": 867559637,
            "stop": 867567857
        }
    ]
}