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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=334",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=332",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 333,
    "results": [
        {
            "start": 857502489,
            "stop": 857502722
        },
        {
            "start": 857503094,
            "stop": 857505419
        },
        {
            "start": 857505950,
            "stop": 857509768
        },
        {
            "start": 857511926,
            "stop": 857516501
        },
        {
            "start": 857517557,
            "stop": 857518092
        },
        {
            "start": 857518333,
            "stop": 857591710
        },
        {
            "start": 857591952,
            "stop": 857592061
        },
        {
            "start": 857593865,
            "stop": 857596901
        },
        {
            "start": 857597961,
            "stop": 857608152
        },
        {
            "start": 857608689,
            "stop": 857629868
        },
        {
            "start": 857629872,
            "stop": 857631326
        },
        {
            "start": 857631330,
            "stop": 857632311
        },
        {
            "start": 857632315,
            "stop": 857632350
        },
        {
            "start": 857632354,
            "stop": 857632789
        },
        {
            "start": 857633902,
            "stop": 857633937
        },
        {
            "start": 857633941,
            "stop": 857633962
        },
        {
            "start": 857633975,
            "stop": 857633981
        },
        {
            "start": 857633990,
            "stop": 857635580
        },
        {
            "start": 857635584,
            "stop": 857635595
        },
        {
            "start": 857635603,
            "stop": 857636209
        }
    ]
}