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=301
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=302",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=300",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 301,
    "results": [
        {
            "start": 869574841,
            "stop": 869574853
        },
        {
            "start": 869574865,
            "stop": 869574901
        },
        {
            "start": 869574906,
            "stop": 869574961
        },
        {
            "start": 869574964,
            "stop": 869575050
        },
        {
            "start": 869575057,
            "stop": 869575071
        },
        {
            "start": 869575075,
            "stop": 869575139
        },
        {
            "start": 869575152,
            "stop": 869575201
        },
        {
            "start": 869575205,
            "stop": 869575218
        },
        {
            "start": 869575221,
            "stop": 869575227
        },
        {
            "start": 869575232,
            "stop": 869575245
        },
        {
            "start": 869575253,
            "stop": 869575291
        },
        {
            "start": 869575297,
            "stop": 869575348
        },
        {
            "start": 869575359,
            "stop": 869575369
        },
        {
            "start": 869575382,
            "stop": 869575397
        },
        {
            "start": 869575404,
            "stop": 869575422
        },
        {
            "start": 869575428,
            "stop": 869575443
        },
        {
            "start": 869575447,
            "stop": 869575464
        },
        {
            "start": 869575467,
            "stop": 869575479
        },
        {
            "start": 869576791,
            "stop": 869576901
        },
        {
            "start": 869576904,
            "stop": 869576984
        }
    ]
}