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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1533",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1531",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1532,
    "results": [
        {
            "start": 873652565,
            "stop": 873652567
        },
        {
            "start": 873652575,
            "stop": 873655971
        },
        {
            "start": 873655974,
            "stop": 873657122
        },
        {
            "start": 873657129,
            "stop": 873657310
        },
        {
            "start": 873657315,
            "stop": 873658298
        },
        {
            "start": 873658301,
            "stop": 873658305
        },
        {
            "start": 873658308,
            "stop": 873665953
        },
        {
            "start": 873667332,
            "stop": 873668654
        },
        {
            "start": 873668661,
            "stop": 873668662
        },
        {
            "start": 873668665,
            "stop": 873668738
        },
        {
            "start": 873668744,
            "stop": 873668745
        },
        {
            "start": 873668748,
            "stop": 873668851
        },
        {
            "start": 873668854,
            "stop": 873669897
        },
        {
            "start": 873669905,
            "stop": 873669974
        },
        {
            "start": 873669980,
            "stop": 873670090
        },
        {
            "start": 873671288,
            "stop": 873677282
        },
        {
            "start": 873688369,
            "stop": 873690875
        },
        {
            "start": 873698607,
            "stop": 873731212
        },
        {
            "start": 873731217,
            "stop": 873731223
        },
        {
            "start": 873731227,
            "stop": 873735579
        }
    ]
}