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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=171",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=169",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 170,
    "results": [
        {
            "start": 845410064,
            "stop": 845413212
        },
        {
            "start": 845414334,
            "stop": 845415216
        },
        {
            "start": 845416371,
            "stop": 845440206
        },
        {
            "start": 845440357,
            "stop": 845444662
        },
        {
            "start": 845446107,
            "stop": 845449838
        },
        {
            "start": 845450698,
            "stop": 845466162
        },
        {
            "start": 845467074,
            "stop": 845468850
        },
        {
            "start": 845468960,
            "stop": 845469107
        },
        {
            "start": 845469201,
            "stop": 845473338
        },
        {
            "start": 845474568,
            "stop": 845478292
        },
        {
            "start": 845479539,
            "stop": 845482060
        },
        {
            "start": 845482125,
            "stop": 845484121
        },
        {
            "start": 845485304,
            "stop": 845490675
        },
        {
            "start": 845492792,
            "stop": 845493872
        },
        {
            "start": 845498313,
            "stop": 845536100
        },
        {
            "start": 845538185,
            "stop": 845538186
        },
        {
            "start": 845538193,
            "stop": 845540744
        },
        {
            "start": 845541540,
            "stop": 845548022
        },
        {
            "start": 845551888,
            "stop": 845556604
        },
        {
            "start": 845557310,
            "stop": 845575383
        }
    ]
}