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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=32",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=30",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 31,
    "results": [
        {
            "start": 931501217,
            "stop": 931501219
        },
        {
            "start": 931501253,
            "stop": 931501256
        },
        {
            "start": 931501281,
            "stop": 931501282
        },
        {
            "start": 931501309,
            "stop": 931501310
        },
        {
            "start": 931501332,
            "stop": 931501336
        },
        {
            "start": 931501345,
            "stop": 931501348
        },
        {
            "start": 931501364,
            "stop": 931501372
        },
        {
            "start": 931501379,
            "stop": 931501395
        },
        {
            "start": 931501409,
            "stop": 931501425
        },
        {
            "start": 931501438,
            "stop": 931501439
        },
        {
            "start": 931501448,
            "stop": 931501473
        },
        {
            "start": 931501501,
            "stop": 931501509
        },
        {
            "start": 931501528,
            "stop": 931501532
        },
        {
            "start": 931501578,
            "stop": 931501583
        },
        {
            "start": 931501616,
            "stop": 931501629
        },
        {
            "start": 931501657,
            "stop": 931501660
        },
        {
            "start": 931501666,
            "stop": 931501670
        },
        {
            "start": 931501685,
            "stop": 931501686
        },
        {
            "start": 931501697,
            "stop": 931501699
        },
        {
            "start": 931501717,
            "stop": 931501720
        }
    ]
}