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=270
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=271",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=269",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 270,
    "results": [
        {
            "start": 822389501,
            "stop": 822392725
        },
        {
            "start": 822392732,
            "stop": 822393024
        },
        {
            "start": 822393778,
            "stop": 822393826
        },
        {
            "start": 822393830,
            "stop": 822393840
        },
        {
            "start": 822393844,
            "stop": 822393850
        },
        {
            "start": 822397076,
            "stop": 822398167
        },
        {
            "start": 822398174,
            "stop": 822401983
        },
        {
            "start": 822402216,
            "stop": 822403850
        },
        {
            "start": 822403858,
            "stop": 822405584
        },
        {
            "start": 822405765,
            "stop": 822405794
        },
        {
            "start": 822405801,
            "stop": 822406794
        },
        {
            "start": 822406798,
            "stop": 822407150
        },
        {
            "start": 822407230,
            "stop": 822407744
        },
        {
            "start": 822407925,
            "stop": 822408749
        },
        {
            "start": 822408762,
            "stop": 822409178
        },
        {
            "start": 822409185,
            "stop": 822411590
        },
        {
            "start": 822411670,
            "stop": 822411673
        },
        {
            "start": 822411714,
            "stop": 822411715
        },
        {
            "start": 822411823,
            "stop": 822411950
        },
        {
            "start": 822412030,
            "stop": 822412180
        }
    ]
}