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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=340",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=338",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 339,
    "results": [
        {
            "start": 823785439,
            "stop": 823785472
        },
        {
            "start": 823785482,
            "stop": 823785496
        },
        {
            "start": 823785501,
            "stop": 823785517
        },
        {
            "start": 823785522,
            "stop": 823785529
        },
        {
            "start": 823785540,
            "stop": 823785607
        },
        {
            "start": 823785616,
            "stop": 823785642
        },
        {
            "start": 823785647,
            "stop": 823785708
        },
        {
            "start": 823785713,
            "stop": 823785743
        },
        {
            "start": 823785751,
            "stop": 823785856
        },
        {
            "start": 823785872,
            "stop": 823786207
        },
        {
            "start": 823786215,
            "stop": 823786339
        },
        {
            "start": 823786344,
            "stop": 823787143
        },
        {
            "start": 823787148,
            "stop": 823787411
        },
        {
            "start": 823787416,
            "stop": 823787569
        },
        {
            "start": 823787574,
            "stop": 823787969
        },
        {
            "start": 823787979,
            "stop": 823788013
        },
        {
            "start": 823788025,
            "stop": 823788039
        },
        {
            "start": 823788045,
            "stop": 823788684
        },
        {
            "start": 823788691,
            "stop": 823788728
        },
        {
            "start": 823788734,
            "stop": 823788788
        }
    ]
}