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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=707",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=705",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 706,
    "results": [
        {
            "start": 859834357,
            "stop": 859848824
        },
        {
            "start": 859849602,
            "stop": 859852101
        },
        {
            "start": 859852421,
            "stop": 859853369
        },
        {
            "start": 859859737,
            "stop": 859864946
        },
        {
            "start": 859865346,
            "stop": 859865382
        },
        {
            "start": 859865702,
            "stop": 859868567
        },
        {
            "start": 859868967,
            "stop": 859898001
        },
        {
            "start": 859898003,
            "stop": 859898954
        },
        {
            "start": 859900450,
            "stop": 859921826
        },
        {
            "start": 859925963,
            "stop": 859930082
        },
        {
            "start": 859930084,
            "stop": 859930525
        },
        {
            "start": 859930527,
            "stop": 859934467
        },
        {
            "start": 859935476,
            "stop": 859937242
        },
        {
            "start": 859937875,
            "stop": 859965385
        },
        {
            "start": 859965987,
            "stop": 859987150
        },
        {
            "start": 859987153,
            "stop": 859987154
        },
        {
            "start": 859987201,
            "stop": 860000729
        },
        {
            "start": 860001339,
            "stop": 860010971
        },
        {
            "start": 860011670,
            "stop": 860011900
        },
        {
            "start": 860011916,
            "stop": 860060461
        }
    ]
}