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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=258",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=256",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 257,
    "results": [
        {
            "start": 839256650,
            "stop": 839259441
        },
        {
            "start": 839259705,
            "stop": 839261633
        },
        {
            "start": 839263595,
            "stop": 839264210
        },
        {
            "start": 839265098,
            "stop": 839270400
        },
        {
            "start": 839271614,
            "stop": 839281042
        },
        {
            "start": 839282749,
            "stop": 839292407
        },
        {
            "start": 839292408,
            "stop": 839297522
        },
        {
            "start": 839297524,
            "stop": 839306700
        },
        {
            "start": 839306755,
            "stop": 839308757
        },
        {
            "start": 839308759,
            "stop": 839315191
        },
        {
            "start": 839316214,
            "stop": 839318893
        },
        {
            "start": 839319092,
            "stop": 839333395
        },
        {
            "start": 839333993,
            "stop": 839342038
        },
        {
            "start": 839355411,
            "stop": 839356182
        },
        {
            "start": 839356183,
            "stop": 839356452
        },
        {
            "start": 839356454,
            "stop": 839367433
        },
        {
            "start": 839373785,
            "stop": 839385123
        },
        {
            "start": 839385125,
            "stop": 839388453
        },
        {
            "start": 839388454,
            "stop": 839389192
        },
        {
            "start": 839389257,
            "stop": 839398532
        }
    ]
}