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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=351",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=349",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 350,
    "results": [
        {
            "start": 1177434290,
            "stop": 1177434297
        },
        {
            "start": 1177434300,
            "stop": 1177434559
        },
        {
            "start": 1177434565,
            "stop": 1177434570
        },
        {
            "start": 1177434575,
            "stop": 1177434585
        },
        {
            "start": 1177434587,
            "stop": 1177434641
        },
        {
            "start": 1177434645,
            "stop": 1177434652
        },
        {
            "start": 1177434656,
            "stop": 1177434728
        },
        {
            "start": 1177434732,
            "stop": 1177434789
        },
        {
            "start": 1177434795,
            "stop": 1177434801
        },
        {
            "start": 1177434807,
            "stop": 1177434813
        },
        {
            "start": 1177434818,
            "stop": 1177434945
        },
        {
            "start": 1177434948,
            "stop": 1177434955
        },
        {
            "start": 1177434958,
            "stop": 1177435506
        },
        {
            "start": 1177435507,
            "stop": 1177435812
        },
        {
            "start": 1177435815,
            "stop": 1177435824
        },
        {
            "start": 1177435827,
            "stop": 1177436036
        },
        {
            "start": 1177436040,
            "stop": 1177437983
        },
        {
            "start": 1177437985,
            "stop": 1177438255
        },
        {
            "start": 1177438258,
            "stop": 1177438870
        },
        {
            "start": 1177438875,
            "stop": 1177438881
        }
    ]
}