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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4808",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4806",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4807,
    "results": [
        {
            "start": 970847174,
            "stop": 970847411
        },
        {
            "start": 970847414,
            "stop": 970847759
        },
        {
            "start": 970847762,
            "stop": 970848174
        },
        {
            "start": 970848177,
            "stop": 970848205
        },
        {
            "start": 970848208,
            "stop": 970848686
        },
        {
            "start": 970883944,
            "stop": 970883962
        },
        {
            "start": 970883965,
            "stop": 970884045
        },
        {
            "start": 970884048,
            "stop": 970884343
        },
        {
            "start": 970884346,
            "stop": 970884358
        },
        {
            "start": 970884361,
            "stop": 970884457
        },
        {
            "start": 970884460,
            "stop": 970884562
        },
        {
            "start": 970884565,
            "stop": 970884584
        },
        {
            "start": 970884587,
            "stop": 970884630
        },
        {
            "start": 970884633,
            "stop": 970884812
        },
        {
            "start": 970884815,
            "stop": 970884860
        },
        {
            "start": 970884863,
            "stop": 970884967
        },
        {
            "start": 970884970,
            "stop": 970885041
        },
        {
            "start": 970885044,
            "stop": 970885239
        },
        {
            "start": 970885242,
            "stop": 970885300
        },
        {
            "start": 970885303,
            "stop": 970885362
        }
    ]
}