Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=500
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=501",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=499",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 500,
    "results": [
        {
            "start": 823090147,
            "stop": 823090200
        },
        {
            "start": 823090207,
            "stop": 823090277
        },
        {
            "start": 823090282,
            "stop": 823090717
        },
        {
            "start": 823090722,
            "stop": 823092093
        },
        {
            "start": 823092099,
            "stop": 823092859
        },
        {
            "start": 823092866,
            "stop": 823093276
        },
        {
            "start": 823100398,
            "stop": 823100595
        },
        {
            "start": 823100600,
            "stop": 823100753
        },
        {
            "start": 823100758,
            "stop": 823100832
        },
        {
            "start": 823100837,
            "stop": 823100954
        },
        {
            "start": 823100960,
            "stop": 823101079
        },
        {
            "start": 823101084,
            "stop": 823101166
        },
        {
            "start": 823101172,
            "stop": 823101306
        },
        {
            "start": 823101311,
            "stop": 823101334
        },
        {
            "start": 823101339,
            "stop": 823101429
        },
        {
            "start": 823101435,
            "stop": 823101535
        },
        {
            "start": 823101540,
            "stop": 823101595
        },
        {
            "start": 823101600,
            "stop": 823101757
        },
        {
            "start": 823101769,
            "stop": 823101964
        },
        {
            "start": 823101970,
            "stop": 823102001
        }
    ]
}