Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9985
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9986",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9984",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9985,
    "results": [
        {
            "start": 875124648,
            "stop": 875124957
        },
        {
            "start": 875124960,
            "stop": 875124963
        },
        {
            "start": 875124966,
            "stop": 875124967
        },
        {
            "start": 875124971,
            "stop": 875125002
        },
        {
            "start": 875125007,
            "stop": 875125009
        },
        {
            "start": 875125014,
            "stop": 875125043
        },
        {
            "start": 875125046,
            "stop": 875125047
        },
        {
            "start": 875125053,
            "stop": 875125055
        },
        {
            "start": 875125058,
            "stop": 875125263
        },
        {
            "start": 875125267,
            "stop": 875125497
        },
        {
            "start": 875125502,
            "stop": 875127720
        },
        {
            "start": 875127723,
            "stop": 875127732
        },
        {
            "start": 875127737,
            "stop": 875127781
        },
        {
            "start": 875127784,
            "stop": 875128000
        },
        {
            "start": 875128003,
            "stop": 875128371
        },
        {
            "start": 875128374,
            "stop": 875128566
        },
        {
            "start": 875128569,
            "stop": 875128575
        },
        {
            "start": 875128580,
            "stop": 875128582
        },
        {
            "start": 875128587,
            "stop": 875128604
        },
        {
            "start": 875128608,
            "stop": 875128609
        }
    ]
}