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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7121",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7119",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7120,
    "results": [
        {
            "start": 874702957,
            "stop": 874702958
        },
        {
            "start": 874702959,
            "stop": 874702960
        },
        {
            "start": 874702961,
            "stop": 874702962
        },
        {
            "start": 874702963,
            "stop": 874702964
        },
        {
            "start": 874702966,
            "stop": 874702967
        },
        {
            "start": 874702969,
            "stop": 874702970
        },
        {
            "start": 874702971,
            "stop": 874702983
        },
        {
            "start": 874702985,
            "stop": 874702992
        },
        {
            "start": 874702994,
            "stop": 874703002
        },
        {
            "start": 874703004,
            "stop": 874703007
        },
        {
            "start": 874703010,
            "stop": 874703012
        },
        {
            "start": 874703016,
            "stop": 874703019
        },
        {
            "start": 874703021,
            "stop": 874703024
        },
        {
            "start": 874703025,
            "stop": 874703028
        },
        {
            "start": 874703029,
            "stop": 874703033
        },
        {
            "start": 874703034,
            "stop": 874703051
        },
        {
            "start": 874703052,
            "stop": 874703058
        },
        {
            "start": 874703059,
            "stop": 874703064
        },
        {
            "start": 874703067,
            "stop": 874703075
        },
        {
            "start": 874703079,
            "stop": 874703086
        }
    ]
}