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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5130",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5128",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5129,
    "results": [
        {
            "start": 1135957283,
            "stop": 1135957334
        },
        {
            "start": 1135968507,
            "stop": 1135968702
        },
        {
            "start": 1135968704,
            "stop": 1135968783
        },
        {
            "start": 1135968785,
            "stop": 1135968884
        },
        {
            "start": 1135968886,
            "stop": 1135968924
        },
        {
            "start": 1135968926,
            "stop": 1135968927
        },
        {
            "start": 1135968929,
            "stop": 1135969056
        },
        {
            "start": 1135969058,
            "stop": 1135969331
        },
        {
            "start": 1135969333,
            "stop": 1135970065
        },
        {
            "start": 1135970067,
            "stop": 1135970166
        },
        {
            "start": 1135970168,
            "stop": 1135970955
        },
        {
            "start": 1135970957,
            "stop": 1135971139
        },
        {
            "start": 1135971141,
            "stop": 1135971151
        },
        {
            "start": 1135971153,
            "stop": 1135971216
        },
        {
            "start": 1135971218,
            "stop": 1135971312
        },
        {
            "start": 1135971314,
            "stop": 1135971689
        },
        {
            "start": 1135971691,
            "stop": 1135971701
        },
        {
            "start": 1135971703,
            "stop": 1135971997
        },
        {
            "start": 1135971999,
            "stop": 1135972260
        },
        {
            "start": 1135972262,
            "stop": 1135972412
        }
    ]
}