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=272
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=273",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=271",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 272,
    "results": [
        {
            "start": 840635709,
            "stop": 840635741
        },
        {
            "start": 840635742,
            "stop": 840635767
        },
        {
            "start": 840635769,
            "stop": 840635773
        },
        {
            "start": 840635774,
            "stop": 840635806
        },
        {
            "start": 840635808,
            "stop": 840635814
        },
        {
            "start": 840637077,
            "stop": 840638911
        },
        {
            "start": 840643187,
            "stop": 840643503
        },
        {
            "start": 840643505,
            "stop": 840643569
        },
        {
            "start": 840643570,
            "stop": 840643583
        },
        {
            "start": 840643585,
            "stop": 840645241
        },
        {
            "start": 840647570,
            "stop": 840652509
        },
        {
            "start": 840652833,
            "stop": 840661201
        },
        {
            "start": 840661203,
            "stop": 840667114
        },
        {
            "start": 840668579,
            "stop": 840673130
        },
        {
            "start": 840677421,
            "stop": 840684210
        },
        {
            "start": 840684212,
            "stop": 840692721
        },
        {
            "start": 840692723,
            "stop": 840694447
        },
        {
            "start": 840697447,
            "stop": 840698153
        },
        {
            "start": 840698155,
            "stop": 840698256
        },
        {
            "start": 840698258,
            "stop": 840698279
        }
    ]
}