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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3179",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3177",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3178,
    "results": [
        {
            "start": 870008831,
            "stop": 870009600
        },
        {
            "start": 870009660,
            "stop": 870010430
        },
        {
            "start": 870010435,
            "stop": 870010452
        },
        {
            "start": 870010458,
            "stop": 870010480
        },
        {
            "start": 870010488,
            "stop": 870010500
        },
        {
            "start": 870010560,
            "stop": 870011525
        },
        {
            "start": 870011528,
            "stop": 870011548
        },
        {
            "start": 870011653,
            "stop": 870012360
        },
        {
            "start": 870012420,
            "stop": 870012900
        },
        {
            "start": 870013020,
            "stop": 870013821
        },
        {
            "start": 870013825,
            "stop": 870013857
        },
        {
            "start": 870013863,
            "stop": 870016140
        },
        {
            "start": 870016260,
            "stop": 870016424
        },
        {
            "start": 870016605,
            "stop": 870018420
        },
        {
            "start": 870018480,
            "stop": 870018737
        },
        {
            "start": 870018741,
            "stop": 870019800
        },
        {
            "start": 870019860,
            "stop": 870020122
        },
        {
            "start": 870020130,
            "stop": 870020142
        },
        {
            "start": 870020148,
            "stop": 870020700
        },
        {
            "start": 870020820,
            "stop": 870021660
        }
    ]
}