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=615
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=616",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=614",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 615,
    "results": [
        {
            "start": 847638826,
            "stop": 847638934
        },
        {
            "start": 847640262,
            "stop": 847647896
        },
        {
            "start": 847647915,
            "stop": 847651127
        },
        {
            "start": 847651144,
            "stop": 847651220
        },
        {
            "start": 847651317,
            "stop": 847652990
        },
        {
            "start": 847653031,
            "stop": 847654650
        },
        {
            "start": 847654830,
            "stop": 847659870
        },
        {
            "start": 847660236,
            "stop": 847660290
        },
        {
            "start": 847660350,
            "stop": 847660830
        },
        {
            "start": 847660890,
            "stop": 847661117
        },
        {
            "start": 847661135,
            "stop": 847661530
        },
        {
            "start": 847701031,
            "stop": 847725036
        },
        {
            "start": 847725060,
            "stop": 847730592
        },
        {
            "start": 847730618,
            "stop": 847731390
        },
        {
            "start": 847731450,
            "stop": 847731460
        },
        {
            "start": 847733010,
            "stop": 847733579
        },
        {
            "start": 847734387,
            "stop": 847734429
        },
        {
            "start": 847742700,
            "stop": 847744290
        },
        {
            "start": 847752171,
            "stop": 847753043
        },
        {
            "start": 847775781,
            "stop": 847797030
        }
    ]
}