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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=141",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=139",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 140,
    "results": [
        {
            "start": 1416210461,
            "stop": 1416212501
        },
        {
            "start": 1416212503,
            "stop": 1416214071
        },
        {
            "start": 1416214075,
            "stop": 1416220351
        },
        {
            "start": 1416220356,
            "stop": 1416229674
        },
        {
            "start": 1416229679,
            "stop": 1416241827
        },
        {
            "start": 1416254839,
            "stop": 1416257256
        },
        {
            "start": 1416257261,
            "stop": 1416261093
        },
        {
            "start": 1416261096,
            "stop": 1416261197
        },
        {
            "start": 1416261200,
            "stop": 1416266132
        },
        {
            "start": 1416266134,
            "stop": 1416288020
        },
        {
            "start": 1416288025,
            "stop": 1416288744
        },
        {
            "start": 1416293186,
            "stop": 1416294305
        },
        {
            "start": 1416294310,
            "stop": 1416305228
        },
        {
            "start": 1416305231,
            "stop": 1416309866
        },
        {
            "start": 1416309869,
            "stop": 1416312007
        },
        {
            "start": 1416312011,
            "stop": 1416315408
        },
        {
            "start": 1416326333,
            "stop": 1416329778
        },
        {
            "start": 1416330018,
            "stop": 1416344370
        },
        {
            "start": 1416344375,
            "stop": 1416367644
        },
        {
            "start": 1416367648,
            "stop": 1416376867
        }
    ]
}