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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8787",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8785",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8786,
    "results": [
        {
            "start": 873528600,
            "stop": 873528660
        },
        {
            "start": 873529020,
            "stop": 873529320
        },
        {
            "start": 873529380,
            "stop": 873529440
        },
        {
            "start": 873529500,
            "stop": 873529583
        },
        {
            "start": 873529600,
            "stop": 873538749
        },
        {
            "start": 873538766,
            "stop": 873539340
        },
        {
            "start": 873539400,
            "stop": 873539783
        },
        {
            "start": 873540903,
            "stop": 873541739
        },
        {
            "start": 873541756,
            "stop": 873548870
        },
        {
            "start": 873548950,
            "stop": 873550200
        },
        {
            "start": 873550260,
            "stop": 873550922
        },
        {
            "start": 873551042,
            "stop": 873551225
        },
        {
            "start": 873551345,
            "stop": 873553965
        },
        {
            "start": 873554085,
            "stop": 873554264
        },
        {
            "start": 873554384,
            "stop": 873554990
        },
        {
            "start": 873555070,
            "stop": 873555733
        },
        {
            "start": 873555853,
            "stop": 873557334
        },
        {
            "start": 873557530,
            "stop": 873557843
        },
        {
            "start": 873557879,
            "stop": 873558099
        },
        {
            "start": 873576526,
            "stop": 873576624
        }
    ]
}