Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3160
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3161",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3159",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3160,
    "results": [
        {
            "start": 869279339,
            "stop": 869279340
        },
        {
            "start": 869279460,
            "stop": 869279520
        },
        {
            "start": 869279580,
            "stop": 869280060
        },
        {
            "start": 869280120,
            "stop": 869281904
        },
        {
            "start": 869281907,
            "stop": 869282299
        },
        {
            "start": 869282303,
            "stop": 869282558
        },
        {
            "start": 869283668,
            "stop": 869283780
        },
        {
            "start": 869283843,
            "stop": 869283898
        },
        {
            "start": 869284246,
            "stop": 869284307
        },
        {
            "start": 869284315,
            "stop": 869284322
        },
        {
            "start": 869284326,
            "stop": 869284331
        },
        {
            "start": 869284340,
            "stop": 869284345
        },
        {
            "start": 869284359,
            "stop": 869284369
        },
        {
            "start": 869284373,
            "stop": 869284380
        },
        {
            "start": 869284621,
            "stop": 869284740
        },
        {
            "start": 869284800,
            "stop": 869284826
        },
        {
            "start": 869284839,
            "stop": 869284845
        },
        {
            "start": 869284858,
            "stop": 869284883
        },
        {
            "start": 869284886,
            "stop": 869284920
        },
        {
            "start": 869285040,
            "stop": 869285148
        }
    ]
}