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=237
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=238",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=236",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 237,
    "results": [
        {
            "start": 858633200,
            "stop": 858636341
        },
        {
            "start": 858654700,
            "stop": 858657963
        },
        {
            "start": 858658797,
            "stop": 858669236
        },
        {
            "start": 858670913,
            "stop": 858691574
        },
        {
            "start": 858691987,
            "stop": 858693671
        },
        {
            "start": 858694828,
            "stop": 858695728
        },
        {
            "start": 858696013,
            "stop": 858696778
        },
        {
            "start": 858706336,
            "stop": 858718579
        },
        {
            "start": 858719332,
            "stop": 858721098
        },
        {
            "start": 858721188,
            "stop": 858721502
        },
        {
            "start": 858725599,
            "stop": 858725941
        },
        {
            "start": 858726967,
            "stop": 858752427
        },
        {
            "start": 858753554,
            "stop": 858771973
        },
        {
            "start": 858773214,
            "stop": 858793046
        },
        {
            "start": 858793210,
            "stop": 858819577
        },
        {
            "start": 858833688,
            "stop": 858842481
        },
        {
            "start": 858843550,
            "stop": 858861269
        },
        {
            "start": 858862087,
            "stop": 858869103
        },
        {
            "start": 858871769,
            "stop": 858880465
        },
        {
            "start": 858880538,
            "stop": 858926300
        }
    ]
}