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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=302",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=300",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 301,
    "results": [
        {
            "start": 865616933,
            "stop": 865617256
        },
        {
            "start": 865618141,
            "stop": 865619659
        },
        {
            "start": 865619959,
            "stop": 865620319
        },
        {
            "start": 865622920,
            "stop": 865625814
        },
        {
            "start": 865626114,
            "stop": 865641485
        },
        {
            "start": 865641486,
            "stop": 865645694
        },
        {
            "start": 865646750,
            "stop": 865668084
        },
        {
            "start": 865670152,
            "stop": 865684080
        },
        {
            "start": 865684433,
            "stop": 865695242
        },
        {
            "start": 865720229,
            "stop": 865720550
        },
        {
            "start": 865720953,
            "stop": 865721097
        },
        {
            "start": 865721565,
            "stop": 865736606
        },
        {
            "start": 865738229,
            "stop": 865743301
        },
        {
            "start": 865744591,
            "stop": 865744644
        },
        {
            "start": 865745061,
            "stop": 865745299
        },
        {
            "start": 865745409,
            "stop": 865746298
        },
        {
            "start": 865746598,
            "stop": 865785155
        },
        {
            "start": 865785240,
            "stop": 865793143
        },
        {
            "start": 865793292,
            "stop": 865795030
        },
        {
            "start": 865796583,
            "stop": 865798360
        }
    ]
}