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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=123",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=121",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 122,
    "results": [
        {
            "start": 820169700,
            "stop": 820169791
        },
        {
            "start": 820169794,
            "stop": 820170021
        },
        {
            "start": 820170024,
            "stop": 820170156
        },
        {
            "start": 820170159,
            "stop": 820170509
        },
        {
            "start": 820170512,
            "stop": 820170857
        },
        {
            "start": 820170861,
            "stop": 820171233
        },
        {
            "start": 820171237,
            "stop": 820171304
        },
        {
            "start": 820171307,
            "stop": 820171310
        },
        {
            "start": 820171313,
            "stop": 820171370
        },
        {
            "start": 820171374,
            "stop": 820171423
        },
        {
            "start": 820171426,
            "stop": 820171554
        },
        {
            "start": 820171557,
            "stop": 820171887
        },
        {
            "start": 820173625,
            "stop": 820173973
        },
        {
            "start": 820173979,
            "stop": 820173980
        },
        {
            "start": 820174486,
            "stop": 820174670
        },
        {
            "start": 820174673,
            "stop": 820174676
        },
        {
            "start": 820174679,
            "stop": 820175033
        },
        {
            "start": 820175036,
            "stop": 820175072
        },
        {
            "start": 820175076,
            "stop": 820175504
        },
        {
            "start": 820177368,
            "stop": 820177370
        }
    ]
}