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_STOCH_CAT1/segments?format=api&page=192
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=193",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=191",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 192,
    "results": [
        {
            "start": 816848846,
            "stop": 816848849
        },
        {
            "start": 816848858,
            "stop": 816848859
        },
        {
            "start": 816848863,
            "stop": 816848872
        },
        {
            "start": 816848877,
            "stop": 816848886
        },
        {
            "start": 816848906,
            "stop": 816848915
        },
        {
            "start": 816848919,
            "stop": 816848924
        },
        {
            "start": 816848930,
            "stop": 816848955
        },
        {
            "start": 816848962,
            "stop": 816848977
        },
        {
            "start": 816848982,
            "stop": 816848983
        },
        {
            "start": 816848995,
            "stop": 816848996
        },
        {
            "start": 816849008,
            "stop": 816849011
        },
        {
            "start": 816849016,
            "stop": 816849073
        },
        {
            "start": 816849080,
            "stop": 816849127
        },
        {
            "start": 816849134,
            "stop": 816849138
        },
        {
            "start": 816849160,
            "stop": 816849164
        },
        {
            "start": 816849169,
            "stop": 816849187
        },
        {
            "start": 816849204,
            "stop": 816849226
        },
        {
            "start": 816849229,
            "stop": 816849255
        },
        {
            "start": 816849261,
            "stop": 816849264
        },
        {
            "start": 816849270,
            "stop": 816849272
        }
    ]
}