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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16594",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16592",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16593,
    "results": [
        {
            "start": 874720565,
            "stop": 874720583
        },
        {
            "start": 874720584,
            "stop": 874720629
        },
        {
            "start": 874720631,
            "stop": 874720673
        },
        {
            "start": 874720674,
            "stop": 874720687
        },
        {
            "start": 874720688,
            "stop": 874720709
        },
        {
            "start": 874720711,
            "stop": 874720749
        },
        {
            "start": 874720750,
            "stop": 874720757
        },
        {
            "start": 874720758,
            "stop": 874720760
        },
        {
            "start": 874720761,
            "stop": 874720789
        },
        {
            "start": 874720791,
            "stop": 874720820
        },
        {
            "start": 874720821,
            "stop": 874720835
        },
        {
            "start": 874720836,
            "stop": 874720844
        },
        {
            "start": 874720846,
            "stop": 874720852
        },
        {
            "start": 874720853,
            "stop": 874720854
        },
        {
            "start": 874720855,
            "stop": 874720865
        },
        {
            "start": 874720866,
            "stop": 874720948
        },
        {
            "start": 874720951,
            "stop": 874720995
        },
        {
            "start": 874720996,
            "stop": 874721009
        },
        {
            "start": 874721011,
            "stop": 874721020
        },
        {
            "start": 874721022,
            "stop": 874721078
        }
    ]
}