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=2083
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=2084",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2082",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2083,
    "results": [
        {
            "start": 871071384,
            "stop": 871071392
        },
        {
            "start": 871071409,
            "stop": 871071445
        },
        {
            "start": 871071462,
            "stop": 871071474
        },
        {
            "start": 871071529,
            "stop": 871071536
        },
        {
            "start": 871071622,
            "stop": 871071624
        },
        {
            "start": 871071688,
            "stop": 871071689
        },
        {
            "start": 871071706,
            "stop": 871071715
        },
        {
            "start": 871071732,
            "stop": 871071735
        },
        {
            "start": 871071752,
            "stop": 871071799
        },
        {
            "start": 871071837,
            "stop": 871073320
        },
        {
            "start": 871073339,
            "stop": 871074009
        },
        {
            "start": 871074026,
            "stop": 871075040
        },
        {
            "start": 871076398,
            "stop": 871076431
        },
        {
            "start": 871076448,
            "stop": 871076462
        },
        {
            "start": 871076499,
            "stop": 871076861
        },
        {
            "start": 871076886,
            "stop": 871077288
        },
        {
            "start": 871077305,
            "stop": 871077644
        },
        {
            "start": 871080407,
            "stop": 871083878
        },
        {
            "start": 871083899,
            "stop": 871086755
        },
        {
            "start": 871086761,
            "stop": 871088128
        }
    ]
}