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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=19",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 20,
    "results": [
        {
            "start": 817242037,
            "stop": 817243333
        },
        {
            "start": 817244413,
            "stop": 817281063
        },
        {
            "start": 817281065,
            "stop": 817290331
        },
        {
            "start": 817290333,
            "stop": 817315241
        },
        {
            "start": 817334320,
            "stop": 817340713
        },
        {
            "start": 817341661,
            "stop": 817347013
        },
        {
            "start": 817348088,
            "stop": 817374784
        },
        {
            "start": 817374816,
            "stop": 817397856
        },
        {
            "start": 817397888,
            "stop": 817400679
        },
        {
            "start": 817403612,
            "stop": 817408832
        },
        {
            "start": 817408864,
            "stop": 817418368
        },
        {
            "start": 817418400,
            "stop": 817418496
        },
        {
            "start": 817418528,
            "stop": 817419968
        },
        {
            "start": 817420000,
            "stop": 817423333
        },
        {
            "start": 817423853,
            "stop": 817426280
        },
        {
            "start": 817426623,
            "stop": 817428416
        },
        {
            "start": 817428448,
            "stop": 817429312
        },
        {
            "start": 817429344,
            "stop": 817430656
        },
        {
            "start": 817431104,
            "stop": 817439904
        },
        {
            "start": 817440480,
            "stop": 817442405
        }
    ]
}