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_CAT3/segments?format=api&page=3241
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=3242",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3240",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3241,
    "results": [
        {
            "start": 872345774,
            "stop": 872345780
        },
        {
            "start": 872346505,
            "stop": 872348315
        },
        {
            "start": 872348320,
            "stop": 872348396
        },
        {
            "start": 872348399,
            "stop": 872348460
        },
        {
            "start": 872365308,
            "stop": 872365462
        },
        {
            "start": 872365466,
            "stop": 872365470
        },
        {
            "start": 872365473,
            "stop": 872365567
        },
        {
            "start": 872365572,
            "stop": 872365921
        },
        {
            "start": 872366523,
            "stop": 872367284
        },
        {
            "start": 872368560,
            "stop": 872369820
        },
        {
            "start": 872369880,
            "stop": 872370720
        },
        {
            "start": 872370780,
            "stop": 872371920
        },
        {
            "start": 872371980,
            "stop": 872372100
        },
        {
            "start": 872372160,
            "stop": 872373154
        },
        {
            "start": 872375508,
            "stop": 872379720
        },
        {
            "start": 872379840,
            "stop": 872384570
        },
        {
            "start": 872384575,
            "stop": 872384580
        },
        {
            "start": 872384640,
            "stop": 872390324
        },
        {
            "start": 872390505,
            "stop": 872393340
        },
        {
            "start": 872393400,
            "stop": 872415262
        }
    ]
}