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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4528",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4526",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4527,
    "results": [
        {
            "start": 968533649,
            "stop": 968533672
        },
        {
            "start": 968533676,
            "stop": 968533700
        },
        {
            "start": 968533703,
            "stop": 968533709
        },
        {
            "start": 968549402,
            "stop": 968549575
        },
        {
            "start": 968556757,
            "stop": 968557584
        },
        {
            "start": 968557587,
            "stop": 968558372
        },
        {
            "start": 968558375,
            "stop": 968558453
        },
        {
            "start": 968558456,
            "stop": 968558721
        },
        {
            "start": 968558724,
            "stop": 968560118
        },
        {
            "start": 968560121,
            "stop": 968561107
        },
        {
            "start": 968561455,
            "stop": 968566213
        },
        {
            "start": 968566216,
            "stop": 968566240
        },
        {
            "start": 968566243,
            "stop": 968566266
        },
        {
            "start": 968566269,
            "stop": 968566317
        },
        {
            "start": 968571186,
            "stop": 968572778
        },
        {
            "start": 968576181,
            "stop": 968576235
        },
        {
            "start": 968576238,
            "stop": 968576746
        },
        {
            "start": 968576749,
            "stop": 968580220
        },
        {
            "start": 968580223,
            "stop": 968580240
        },
        {
            "start": 968580243,
            "stop": 968581636
        }
    ]
}