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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4258",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4256",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4257,
    "results": [
        {
            "start": 874596054,
            "stop": 874596105
        },
        {
            "start": 874596124,
            "stop": 874596131
        },
        {
            "start": 874596151,
            "stop": 874596280
        },
        {
            "start": 874596299,
            "stop": 874596326
        },
        {
            "start": 874596345,
            "stop": 874596353
        },
        {
            "start": 874596373,
            "stop": 874596383
        },
        {
            "start": 874596422,
            "stop": 874596480
        },
        {
            "start": 874596553,
            "stop": 874596566
        },
        {
            "start": 874596720,
            "stop": 874596732
        },
        {
            "start": 874596751,
            "stop": 874596780
        },
        {
            "start": 874596960,
            "stop": 874597008
        },
        {
            "start": 874597145,
            "stop": 874597168
        },
        {
            "start": 874597320,
            "stop": 874597329
        },
        {
            "start": 874597348,
            "stop": 874597385
        },
        {
            "start": 874597404,
            "stop": 874597410
        },
        {
            "start": 874597459,
            "stop": 874597525
        },
        {
            "start": 874597544,
            "stop": 874597545
        },
        {
            "start": 874597570,
            "stop": 874597580
        },
        {
            "start": 874597601,
            "stop": 874597611
        },
        {
            "start": 874597633,
            "stop": 874597639
        }
    ]
}