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=293
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=294",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=292",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 293,
    "results": [
        {
            "start": 869471631,
            "stop": 869471638
        },
        {
            "start": 869471650,
            "stop": 869471662
        },
        {
            "start": 869471672,
            "stop": 869471685
        },
        {
            "start": 869471694,
            "stop": 869471704
        },
        {
            "start": 869471717,
            "stop": 869471723
        },
        {
            "start": 869471738,
            "stop": 869471744
        },
        {
            "start": 869471762,
            "stop": 869471768
        },
        {
            "start": 869471784,
            "stop": 869471792
        },
        {
            "start": 869471805,
            "stop": 869471812
        },
        {
            "start": 869471824,
            "stop": 869471838
        },
        {
            "start": 869471853,
            "stop": 869471863
        },
        {
            "start": 869471892,
            "stop": 869471900
        },
        {
            "start": 869471913,
            "stop": 869471924
        },
        {
            "start": 869471936,
            "stop": 869471945
        },
        {
            "start": 869471955,
            "stop": 869471968
        },
        {
            "start": 869471978,
            "stop": 869471988
        },
        {
            "start": 869472000,
            "stop": 869472008
        },
        {
            "start": 869472021,
            "stop": 869472028
        },
        {
            "start": 869472037,
            "stop": 869472050
        },
        {
            "start": 869472060,
            "stop": 869472064
        }
    ]
}