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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2406",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2404",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2405,
    "results": [
        {
            "start": 873244246,
            "stop": 873244338
        },
        {
            "start": 873244358,
            "stop": 873245099
        },
        {
            "start": 873245230,
            "stop": 873245332
        },
        {
            "start": 873245747,
            "stop": 873246017
        },
        {
            "start": 873246317,
            "stop": 873246546
        },
        {
            "start": 873247860,
            "stop": 873250430
        },
        {
            "start": 873250510,
            "stop": 873251052
        },
        {
            "start": 873251069,
            "stop": 873251398
        },
        {
            "start": 873251415,
            "stop": 873252459
        },
        {
            "start": 873252476,
            "stop": 873252565
        },
        {
            "start": 873252582,
            "stop": 873253321
        },
        {
            "start": 873253338,
            "stop": 873254410
        },
        {
            "start": 873254427,
            "stop": 873254616
        },
        {
            "start": 873254633,
            "stop": 873255688
        },
        {
            "start": 873255705,
            "stop": 873255953
        },
        {
            "start": 873255970,
            "stop": 873257049
        },
        {
            "start": 873257066,
            "stop": 873257129
        },
        {
            "start": 873257146,
            "stop": 873257280
        },
        {
            "start": 873257297,
            "stop": 873257302
        },
        {
            "start": 873257320,
            "stop": 873257321
        }
    ]
}