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=9969
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=9970",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9968",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9969,
    "results": [
        {
            "start": 875101389,
            "stop": 875101404
        },
        {
            "start": 875101407,
            "stop": 875101436
        },
        {
            "start": 875101439,
            "stop": 875101442
        },
        {
            "start": 875101445,
            "stop": 875101468
        },
        {
            "start": 875101473,
            "stop": 875101477
        },
        {
            "start": 875101486,
            "stop": 875101545
        },
        {
            "start": 875101548,
            "stop": 875101593
        },
        {
            "start": 875101596,
            "stop": 875101597
        },
        {
            "start": 875101600,
            "stop": 875101810
        },
        {
            "start": 875101816,
            "stop": 875101847
        },
        {
            "start": 875101850,
            "stop": 875101866
        },
        {
            "start": 875101869,
            "stop": 875101894
        },
        {
            "start": 875101897,
            "stop": 875101953
        },
        {
            "start": 875101956,
            "stop": 875101973
        },
        {
            "start": 875101976,
            "stop": 875102025
        },
        {
            "start": 875102035,
            "stop": 875102081
        },
        {
            "start": 875102084,
            "stop": 875102091
        },
        {
            "start": 875102094,
            "stop": 875102102
        },
        {
            "start": 875102105,
            "stop": 875102106
        },
        {
            "start": 875102111,
            "stop": 875102120
        }
    ]
}