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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=291",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=289",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 290,
    "results": [
        {
            "start": 968958305,
            "stop": 968958464
        },
        {
            "start": 968958467,
            "stop": 968958491
        },
        {
            "start": 968958494,
            "stop": 968958503
        },
        {
            "start": 968958507,
            "stop": 968958512
        },
        {
            "start": 968958514,
            "stop": 968958530
        },
        {
            "start": 968958534,
            "stop": 968958535
        },
        {
            "start": 968958538,
            "stop": 968958580
        },
        {
            "start": 968958583,
            "stop": 968958610
        },
        {
            "start": 968958613,
            "stop": 968958646
        },
        {
            "start": 968958652,
            "stop": 968958653
        },
        {
            "start": 968958656,
            "stop": 968959048
        },
        {
            "start": 968959051,
            "stop": 968959136
        },
        {
            "start": 968960842,
            "stop": 968963754
        },
        {
            "start": 968965334,
            "stop": 968966334
        },
        {
            "start": 968966337,
            "stop": 968966346
        },
        {
            "start": 968966349,
            "stop": 968966355
        },
        {
            "start": 968966361,
            "stop": 968966362
        },
        {
            "start": 968966383,
            "stop": 968966402
        },
        {
            "start": 968966406,
            "stop": 968966412
        },
        {
            "start": 968966417,
            "stop": 968966471
        }
    ]
}