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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=418",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=416",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 417,
    "results": [
        {
            "start": 860591902,
            "stop": 860594065
        },
        {
            "start": 860594375,
            "stop": 860602970
        },
        {
            "start": 860602975,
            "stop": 860609422
        },
        {
            "start": 860609428,
            "stop": 860615604
        },
        {
            "start": 860616843,
            "stop": 860624069
        },
        {
            "start": 860624441,
            "stop": 860648282
        },
        {
            "start": 860650058,
            "stop": 860675490
        },
        {
            "start": 860677088,
            "stop": 860710795
        },
        {
            "start": 860711732,
            "stop": 860715624
        },
        {
            "start": 860716306,
            "stop": 860722365
        },
        {
            "start": 860723606,
            "stop": 860728963
        },
        {
            "start": 860729828,
            "stop": 860735164
        },
        {
            "start": 860736025,
            "stop": 860759688
        },
        {
            "start": 860761092,
            "stop": 860772088
        },
        {
            "start": 860772092,
            "stop": 860774257
        },
        {
            "start": 860774374,
            "stop": 860783330
        },
        {
            "start": 860783335,
            "stop": 860783785
        },
        {
            "start": 860783790,
            "stop": 860783812
        },
        {
            "start": 860783828,
            "stop": 860783832
        },
        {
            "start": 860783838,
            "stop": 860783840
        }
    ]
}