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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=246",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=244",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 245,
    "results": [
        {
            "start": 821612519,
            "stop": 821612841
        },
        {
            "start": 821625020,
            "stop": 821625188
        },
        {
            "start": 821625984,
            "stop": 821626090
        },
        {
            "start": 821626093,
            "stop": 821626220
        },
        {
            "start": 821626223,
            "stop": 821626226
        },
        {
            "start": 821626231,
            "stop": 821626556
        },
        {
            "start": 821626560,
            "stop": 821626626
        },
        {
            "start": 821626629,
            "stop": 821626775
        },
        {
            "start": 821626778,
            "stop": 821626782
        },
        {
            "start": 821626785,
            "stop": 821626958
        },
        {
            "start": 821626961,
            "stop": 821627397
        },
        {
            "start": 821627400,
            "stop": 821627588
        },
        {
            "start": 821627592,
            "stop": 821627632
        },
        {
            "start": 821627636,
            "stop": 821627890
        },
        {
            "start": 821627893,
            "stop": 821627924
        },
        {
            "start": 821627928,
            "stop": 821627968
        },
        {
            "start": 821627971,
            "stop": 821628124
        },
        {
            "start": 821628128,
            "stop": 821628309
        },
        {
            "start": 821628312,
            "stop": 821628433
        },
        {
            "start": 821628703,
            "stop": 821628713
        }
    ]
}