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=129
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=130",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=128",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 129,
    "results": [
        {
            "start": 827795251,
            "stop": 827813284
        },
        {
            "start": 827813285,
            "stop": 827817718
        },
        {
            "start": 827819543,
            "stop": 827847293
        },
        {
            "start": 827847599,
            "stop": 827849470
        },
        {
            "start": 827853949,
            "stop": 827859493
        },
        {
            "start": 827859531,
            "stop": 827859533
        },
        {
            "start": 827859695,
            "stop": 827862553
        },
        {
            "start": 827862651,
            "stop": 827865433
        },
        {
            "start": 827865447,
            "stop": 827865449
        },
        {
            "start": 827865491,
            "stop": 827865492
        },
        {
            "start": 827865520,
            "stop": 827865613
        },
        {
            "start": 827865646,
            "stop": 827865648
        },
        {
            "start": 827865698,
            "stop": 827867893
        },
        {
            "start": 827867911,
            "stop": 827867913
        },
        {
            "start": 827867971,
            "stop": 827868853
        },
        {
            "start": 827869825,
            "stop": 827874125
        },
        {
            "start": 827874208,
            "stop": 827876353
        },
        {
            "start": 827877372,
            "stop": 827882096
        },
        {
            "start": 827883085,
            "stop": 827906172
        },
        {
            "start": 827906406,
            "stop": 827921713
        }
    ]
}