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=627
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=628",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=626",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 627,
    "results": [
        {
            "start": 850751140,
            "stop": 850751320
        },
        {
            "start": 850751463,
            "stop": 850752483
        },
        {
            "start": 850752603,
            "stop": 850752993
        },
        {
            "start": 850753053,
            "stop": 850754043
        },
        {
            "start": 850754200,
            "stop": 850755010
        },
        {
            "start": 850755040,
            "stop": 850755490
        },
        {
            "start": 850755520,
            "stop": 850755850
        },
        {
            "start": 850755880,
            "stop": 850757380
        },
        {
            "start": 850758338,
            "stop": 850759568
        },
        {
            "start": 850759598,
            "stop": 850759838
        },
        {
            "start": 850768009,
            "stop": 850768549
        },
        {
            "start": 850768579,
            "stop": 850768759
        },
        {
            "start": 850768909,
            "stop": 850769059
        },
        {
            "start": 850769119,
            "stop": 850771369
        },
        {
            "start": 850771399,
            "stop": 850771879
        },
        {
            "start": 850771909,
            "stop": 850772089
        },
        {
            "start": 850772119,
            "stop": 850772359
        },
        {
            "start": 850772389,
            "stop": 850772869
        },
        {
            "start": 850773042,
            "stop": 850773462
        },
        {
            "start": 850774264,
            "stop": 850774924
        }
    ]
}