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_CBCHIGH_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_CBCHIGH_CAT4/segments?format=api&page=175",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=173",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 174,
    "results": [
        {
            "start": 931428650,
            "stop": 931428655
        },
        {
            "start": 931428661,
            "stop": 931428663
        },
        {
            "start": 931428665,
            "stop": 931428670
        },
        {
            "start": 931428676,
            "stop": 931428677
        },
        {
            "start": 931428680,
            "stop": 931428698
        },
        {
            "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
        }
    ]
}