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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2420",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2418",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2419,
    "results": [
        {
            "start": 873510908,
            "stop": 873512935
        },
        {
            "start": 873512952,
            "stop": 873514424
        },
        {
            "start": 873514510,
            "stop": 873516121
        },
        {
            "start": 873516138,
            "stop": 873522921
        },
        {
            "start": 873522938,
            "stop": 873525354
        },
        {
            "start": 873525371,
            "stop": 873526146
        },
        {
            "start": 873526163,
            "stop": 873526984
        },
        {
            "start": 873527001,
            "stop": 873528720
        },
        {
            "start": 873528960,
            "stop": 873529583
        },
        {
            "start": 873529600,
            "stop": 873538749
        },
        {
            "start": 873538766,
            "stop": 873539783
        },
        {
            "start": 873540903,
            "stop": 873541739
        },
        {
            "start": 873541756,
            "stop": 873548870
        },
        {
            "start": 873548950,
            "stop": 873554990
        },
        {
            "start": 873555070,
            "stop": 873557387
        },
        {
            "start": 873557438,
            "stop": 873557450
        },
        {
            "start": 873557530,
            "stop": 873557844
        },
        {
            "start": 873557879,
            "stop": 873558099
        },
        {
            "start": 873576526,
            "stop": 873576624
        },
        {
            "start": 873576641,
            "stop": 873576760
        }
    ]
}