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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7059",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7057",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7058,
    "results": [
        {
            "start": 874224600,
            "stop": 874224693
        },
        {
            "start": 874224696,
            "stop": 874224712
        },
        {
            "start": 874224718,
            "stop": 874224720
        },
        {
            "start": 874224723,
            "stop": 874224740
        },
        {
            "start": 874224743,
            "stop": 874224764
        },
        {
            "start": 874224769,
            "stop": 874225019
        },
        {
            "start": 874225023,
            "stop": 874225061
        },
        {
            "start": 874225064,
            "stop": 874225118
        },
        {
            "start": 874225127,
            "stop": 874225149
        },
        {
            "start": 874225152,
            "stop": 874225157
        },
        {
            "start": 874225160,
            "stop": 874225229
        },
        {
            "start": 874225232,
            "stop": 874225290
        },
        {
            "start": 874228740,
            "stop": 874228800
        },
        {
            "start": 874228920,
            "stop": 874228980
        },
        {
            "start": 874229100,
            "stop": 874229175
        },
        {
            "start": 874229178,
            "stop": 874229400
        },
        {
            "start": 874229520,
            "stop": 874229598
        },
        {
            "start": 874229601,
            "stop": 874229700
        },
        {
            "start": 874229760,
            "stop": 874229915
        },
        {
            "start": 874229918,
            "stop": 874229945
        }
    ]
}