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=915
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=916",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=914",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 915,
    "results": [
        {
            "start": 868277989,
            "stop": 868278589
        },
        {
            "start": 868278893,
            "stop": 868280033
        },
        {
            "start": 868280425,
            "stop": 868280485
        },
        {
            "start": 868284345,
            "stop": 868285185
        },
        {
            "start": 868285540,
            "stop": 868286140
        },
        {
            "start": 868286307,
            "stop": 868288587
        },
        {
            "start": 868289673,
            "stop": 868290573
        },
        {
            "start": 868290723,
            "stop": 868292403
        },
        {
            "start": 868292553,
            "stop": 868299813
        },
        {
            "start": 868303289,
            "stop": 868305089
        },
        {
            "start": 868306236,
            "stop": 868308036
        },
        {
            "start": 868308198,
            "stop": 868309818
        },
        {
            "start": 868310057,
            "stop": 868320677
        },
        {
            "start": 868321620,
            "stop": 868324680
        },
        {
            "start": 868324888,
            "stop": 868333198
        },
        {
            "start": 868333348,
            "stop": 868336078
        },
        {
            "start": 868336228,
            "stop": 868337518
        },
        {
            "start": 868337668,
            "stop": 868338748
        },
        {
            "start": 868338959,
            "stop": 868344839
        },
        {
            "start": 868345000,
            "stop": 868345480
        }
    ]
}