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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=519",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/H1_BURST_CAT2/segments?format=api&page=517",
    "results_count": 15616,
    "results_per_page": 20,
    "num_pages": 781,
    "page_number": 518,
    "results": [
        {
            "start": 1262703023,
            "stop": 1262703862
        },
        {
            "start": 1262703865,
            "stop": 1262703906
        },
        {
            "start": 1262703909,
            "stop": 1262704127
        },
        {
            "start": 1262704130,
            "stop": 1262704228
        },
        {
            "start": 1262704231,
            "stop": 1262704550
        },
        {
            "start": 1262704553,
            "stop": 1262704607
        },
        {
            "start": 1262704610,
            "stop": 1262704655
        },
        {
            "start": 1262704658,
            "stop": 1262705166
        },
        {
            "start": 1262705169,
            "stop": 1262705381
        },
        {
            "start": 1262705384,
            "stop": 1262705453
        },
        {
            "start": 1262705456,
            "stop": 1262705797
        },
        {
            "start": 1262705800,
            "stop": 1262705975
        },
        {
            "start": 1262705978,
            "stop": 1262705983
        },
        {
            "start": 1262705986,
            "stop": 1262706069
        },
        {
            "start": 1262706072,
            "stop": 1262706093
        },
        {
            "start": 1262706096,
            "stop": 1262706097
        },
        {
            "start": 1262706100,
            "stop": 1262706759
        },
        {
            "start": 1262706762,
            "stop": 1262707182
        },
        {
            "start": 1262707185,
            "stop": 1262708208
        },
        {
            "start": 1262708211,
            "stop": 1262711041
        }
    ]
}