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=4712
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=4713",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4711",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4712,
    "results": [
        {
            "start": 969987638,
            "stop": 969987652
        },
        {
            "start": 969987655,
            "stop": 969987714
        },
        {
            "start": 969987717,
            "stop": 969987725
        },
        {
            "start": 969987728,
            "stop": 969987748
        },
        {
            "start": 969987751,
            "stop": 969987754
        },
        {
            "start": 969987757,
            "stop": 969987765
        },
        {
            "start": 969987768,
            "stop": 969987773
        },
        {
            "start": 969987776,
            "stop": 969987883
        },
        {
            "start": 969987886,
            "stop": 969987913
        },
        {
            "start": 969987916,
            "stop": 969987991
        },
        {
            "start": 969987994,
            "stop": 969988119
        },
        {
            "start": 969988122,
            "stop": 969988167
        },
        {
            "start": 969988171,
            "stop": 969988178
        },
        {
            "start": 969988181,
            "stop": 969988195
        },
        {
            "start": 969988198,
            "stop": 969988220
        },
        {
            "start": 969988226,
            "stop": 969988277
        },
        {
            "start": 969988280,
            "stop": 969988315
        },
        {
            "start": 969988332,
            "stop": 969988586
        },
        {
            "start": 969988589,
            "stop": 969988794
        },
        {
            "start": 969988797,
            "stop": 969988799
        }
    ]
}