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=16
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=17",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=15",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 16,
    "results": [
        {
            "start": 816273728,
            "stop": 816273730
        },
        {
            "start": 816273735,
            "stop": 816273772
        },
        {
            "start": 816273779,
            "stop": 816273783
        },
        {
            "start": 816273794,
            "stop": 816273812
        },
        {
            "start": 816273815,
            "stop": 816273831
        },
        {
            "start": 816273849,
            "stop": 816273851
        },
        {
            "start": 816273857,
            "stop": 816273863
        },
        {
            "start": 816273870,
            "stop": 816273872
        },
        {
            "start": 816273893,
            "stop": 816273902
        },
        {
            "start": 816273920,
            "stop": 816273922
        },
        {
            "start": 816273929,
            "stop": 816273935
        },
        {
            "start": 816273945,
            "stop": 816273946
        },
        {
            "start": 816273957,
            "stop": 816273975
        },
        {
            "start": 816273980,
            "stop": 816273981
        },
        {
            "start": 816273990,
            "stop": 816273991
        },
        {
            "start": 816274004,
            "stop": 816274008
        },
        {
            "start": 816274025,
            "stop": 816274035
        },
        {
            "start": 816274040,
            "stop": 816274044
        },
        {
            "start": 816274050,
            "stop": 816274059
        },
        {
            "start": 816274067,
            "stop": 816274069
        }
    ]
}