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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=167",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=165",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 166,
    "results": [
        {
            "start": 844669034,
            "stop": 844674029
        },
        {
            "start": 844674618,
            "stop": 844684644
        },
        {
            "start": 844687534,
            "stop": 844690810
        },
        {
            "start": 844690916,
            "stop": 844691417
        },
        {
            "start": 844691584,
            "stop": 844696216
        },
        {
            "start": 844700387,
            "stop": 844700992
        },
        {
            "start": 844701177,
            "stop": 844701725
        },
        {
            "start": 844701826,
            "stop": 844702771
        },
        {
            "start": 844702869,
            "stop": 844702931
        },
        {
            "start": 844762918,
            "stop": 844762932
        },
        {
            "start": 844762974,
            "stop": 844764988
        },
        {
            "start": 844765522,
            "stop": 844773805
        },
        {
            "start": 844774747,
            "stop": 844778112
        },
        {
            "start": 844779664,
            "stop": 844782473
        },
        {
            "start": 844796910,
            "stop": 844797353
        },
        {
            "start": 844800288,
            "stop": 844801853
        },
        {
            "start": 844802675,
            "stop": 844804556
        },
        {
            "start": 844804692,
            "stop": 844804788
        },
        {
            "start": 844806293,
            "stop": 844806360
        },
        {
            "start": 844806423,
            "stop": 844806455
        }
    ]
}