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=167
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=168",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=166",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 167,
    "results": [
        {
            "start": 932939565,
            "stop": 932939685
        },
        {
            "start": 932939745,
            "stop": 932941336
        },
        {
            "start": 932941337,
            "stop": 932942445
        },
        {
            "start": 932942565,
            "stop": 932943376
        },
        {
            "start": 932943377,
            "stop": 932944049
        },
        {
            "start": 932948372,
            "stop": 932948374
        },
        {
            "start": 932952442,
            "stop": 932952451
        },
        {
            "start": 932953794,
            "stop": 932953795
        },
        {
            "start": 932953884,
            "stop": 932953885
        },
        {
            "start": 932954385,
            "stop": 932954389
        },
        {
            "start": 932955445,
            "stop": 932955461
        },
        {
            "start": 932955687,
            "stop": 932955691
        },
        {
            "start": 932955779,
            "stop": 932955788
        },
        {
            "start": 932955908,
            "stop": 932955909
        },
        {
            "start": 932956061,
            "stop": 932956066
        },
        {
            "start": 932956154,
            "stop": 932956160
        },
        {
            "start": 932956443,
            "stop": 932956446
        },
        {
            "start": 932956600,
            "stop": 932956603
        },
        {
            "start": 932956622,
            "stop": 932956626
        },
        {
            "start": 932956645,
            "stop": 932956646
        }
    ]
}