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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1276",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1274",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1275,
    "results": [
        {
            "start": 958119741,
            "stop": 958119791
        },
        {
            "start": 958119792,
            "stop": 958120749
        },
        {
            "start": 958120750,
            "stop": 958120801
        },
        {
            "start": 958120803,
            "stop": 958121016
        },
        {
            "start": 958121018,
            "stop": 958121323
        },
        {
            "start": 958121324,
            "stop": 958121492
        },
        {
            "start": 958121493,
            "stop": 958121752
        },
        {
            "start": 958122480,
            "stop": 958123000
        },
        {
            "start": 958123148,
            "stop": 958123149
        },
        {
            "start": 958123590,
            "stop": 958124060
        },
        {
            "start": 958124062,
            "stop": 958124597
        },
        {
            "start": 958124603,
            "stop": 958125375
        },
        {
            "start": 958125377,
            "stop": 958127272
        },
        {
            "start": 958127274,
            "stop": 958128338
        },
        {
            "start": 958128340,
            "stop": 958128859
        },
        {
            "start": 958128861,
            "stop": 958129661
        },
        {
            "start": 958132738,
            "stop": 958134190
        },
        {
            "start": 958134192,
            "stop": 958141745
        },
        {
            "start": 958142364,
            "stop": 958146272
        },
        {
            "start": 958147221,
            "stop": 958149554
        }
    ]
}