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/H2_BURST_CAT2/segments?format=api&page=665
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=666",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=664",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 665,
    "results": [
        {
            "start": 850695939,
            "stop": 850697160
        },
        {
            "start": 850697887,
            "stop": 850715435
        },
        {
            "start": 850719644,
            "stop": 850720270
        },
        {
            "start": 850720273,
            "stop": 850720279
        },
        {
            "start": 850720282,
            "stop": 850721346
        },
        {
            "start": 850721347,
            "stop": 850722996
        },
        {
            "start": 850724398,
            "stop": 850725453
        },
        {
            "start": 850725900,
            "stop": 850728896
        },
        {
            "start": 850730023,
            "stop": 850730174
        },
        {
            "start": 850734561,
            "stop": 850735284
        },
        {
            "start": 850736072,
            "stop": 850736087
        },
        {
            "start": 850736487,
            "stop": 850736760
        },
        {
            "start": 850739436,
            "stop": 850739621
        },
        {
            "start": 850769207,
            "stop": 850770240
        },
        {
            "start": 850773870,
            "stop": 850773970
        },
        {
            "start": 850774290,
            "stop": 850774455
        },
        {
            "start": 850779057,
            "stop": 850780273
        },
        {
            "start": 850784707,
            "stop": 850814348
        },
        {
            "start": 850814350,
            "stop": 850825126
        },
        {
            "start": 850827133,
            "stop": 850841053
        }
    ]
}