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=4629
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=4630",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4628",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4629,
    "results": [
        {
            "start": 969428758,
            "stop": 969429197
        },
        {
            "start": 969429200,
            "stop": 969429850
        },
        {
            "start": 969429853,
            "stop": 969429895
        },
        {
            "start": 969429898,
            "stop": 969430385
        },
        {
            "start": 969430388,
            "stop": 969431126
        },
        {
            "start": 969431129,
            "stop": 969431374
        },
        {
            "start": 969431377,
            "stop": 969431648
        },
        {
            "start": 969431651,
            "stop": 969432033
        },
        {
            "start": 969432036,
            "stop": 969432141
        },
        {
            "start": 969432144,
            "stop": 969432336
        },
        {
            "start": 969432339,
            "stop": 969432770
        },
        {
            "start": 969432788,
            "stop": 969432970
        },
        {
            "start": 969432973,
            "stop": 969432997
        },
        {
            "start": 969433000,
            "stop": 969433025
        },
        {
            "start": 969433028,
            "stop": 969433153
        },
        {
            "start": 969433156,
            "stop": 969433389
        },
        {
            "start": 969433392,
            "stop": 969433565
        },
        {
            "start": 969433568,
            "stop": 969433994
        },
        {
            "start": 969433997,
            "stop": 969434360
        },
        {
            "start": 969434363,
            "stop": 969434392
        }
    ]
}