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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=175",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=173",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 174,
    "results": [
        {
            "start": 931428704,
            "stop": 931428706
        },
        {
            "start": 931428708,
            "stop": 931428711
        },
        {
            "start": 931428713,
            "stop": 931428714
        },
        {
            "start": 931428718,
            "stop": 931428719
        },
        {
            "start": 931428720,
            "stop": 931428722
        },
        {
            "start": 931428723,
            "stop": 931428731
        },
        {
            "start": 931428734,
            "stop": 931428737
        },
        {
            "start": 931428741,
            "stop": 931428742
        },
        {
            "start": 931428747,
            "stop": 931428748
        },
        {
            "start": 931428751,
            "stop": 931428753
        },
        {
            "start": 931428755,
            "stop": 931428767
        },
        {
            "start": 931428769,
            "stop": 931428773
        },
        {
            "start": 931428775,
            "stop": 931428777
        },
        {
            "start": 931428782,
            "stop": 931428786
        },
        {
            "start": 931428788,
            "stop": 931428794
        },
        {
            "start": 931428796,
            "stop": 931428800
        },
        {
            "start": 931428802,
            "stop": 931428803
        },
        {
            "start": 931428805,
            "stop": 931428806
        },
        {
            "start": 931428815,
            "stop": 931428816
        },
        {
            "start": 931428820,
            "stop": 931428824
        }
    ]
}