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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7913",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=7911",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 7912,
    "results": [
        {
            "start": 969987711,
            "stop": 969987834
        },
        {
            "start": 969987837,
            "stop": 969987894
        },
        {
            "start": 969987897,
            "stop": 969987930
        },
        {
            "start": 969987933,
            "stop": 969987955
        },
        {
            "start": 969987958,
            "stop": 969987964
        },
        {
            "start": 969987967,
            "stop": 969987977
        },
        {
            "start": 969987980,
            "stop": 969988049
        },
        {
            "start": 969988052,
            "stop": 969988080
        },
        {
            "start": 969988083,
            "stop": 969988143
        },
        {
            "start": 969988146,
            "stop": 969988197
        },
        {
            "start": 969988202,
            "stop": 969988211
        },
        {
            "start": 969988214,
            "stop": 969988225
        },
        {
            "start": 969988231,
            "stop": 969988369
        },
        {
            "start": 969988376,
            "stop": 969988403
        },
        {
            "start": 969988406,
            "stop": 969988420
        },
        {
            "start": 969988424,
            "stop": 969988541
        },
        {
            "start": 969988544,
            "stop": 969988645
        },
        {
            "start": 969988650,
            "stop": 969988830
        },
        {
            "start": 969988833,
            "stop": 969988921
        },
        {
            "start": 969988924,
            "stop": 969988953
        }
    ]
}