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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1147",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1145",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1146,
    "results": [
        {
            "start": 950398740,
            "stop": 950398958
        },
        {
            "start": 950398960,
            "stop": 950398998
        },
        {
            "start": 950399000,
            "stop": 950399211
        },
        {
            "start": 950399213,
            "stop": 950399821
        },
        {
            "start": 950399823,
            "stop": 950400056
        },
        {
            "start": 950400058,
            "stop": 950400766
        },
        {
            "start": 950400768,
            "stop": 950400956
        },
        {
            "start": 950400958,
            "stop": 950402206
        },
        {
            "start": 950402208,
            "stop": 950402618
        },
        {
            "start": 950402620,
            "stop": 950402639
        },
        {
            "start": 950402641,
            "stop": 950403121
        },
        {
            "start": 950403123,
            "stop": 950403532
        },
        {
            "start": 950403534,
            "stop": 950404024
        },
        {
            "start": 950404026,
            "stop": 950405101
        },
        {
            "start": 950405103,
            "stop": 950407907
        },
        {
            "start": 950407909,
            "stop": 950408191
        },
        {
            "start": 950408193,
            "stop": 950408981
        },
        {
            "start": 950408983,
            "stop": 950409173
        },
        {
            "start": 950409175,
            "stop": 950409798
        },
        {
            "start": 950409800,
            "stop": 950410453
        }
    ]
}