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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=239",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=237",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 238,
    "results": [
        {
            "start": 850174329,
            "stop": 850182133
        },
        {
            "start": 850182741,
            "stop": 850187405
        },
        {
            "start": 850189281,
            "stop": 850191205
        },
        {
            "start": 850192853,
            "stop": 850197646
        },
        {
            "start": 850197654,
            "stop": 850197660
        },
        {
            "start": 850197664,
            "stop": 850197670
        },
        {
            "start": 850197693,
            "stop": 850197707
        },
        {
            "start": 850197716,
            "stop": 850197727
        },
        {
            "start": 850197733,
            "stop": 850197746
        },
        {
            "start": 850197751,
            "stop": 850197756
        },
        {
            "start": 850197760,
            "stop": 850197769
        },
        {
            "start": 850197788,
            "stop": 850197792
        },
        {
            "start": 850266240,
            "stop": 850271882
        },
        {
            "start": 850272772,
            "stop": 850275973
        },
        {
            "start": 850276994,
            "stop": 850282693
        },
        {
            "start": 850284828,
            "stop": 850317422
        },
        {
            "start": 850324837,
            "stop": 850330573
        },
        {
            "start": 850331099,
            "stop": 850331123
        },
        {
            "start": 850331910,
            "stop": 850346039
        },
        {
            "start": 850346506,
            "stop": 850362242
        }
    ]
}