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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1634",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1632",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1633,
    "results": [
        {
            "start": 955470881,
            "stop": 955470967
        },
        {
            "start": 955470969,
            "stop": 955471051
        },
        {
            "start": 955471054,
            "stop": 955471403
        },
        {
            "start": 955471405,
            "stop": 955471416
        },
        {
            "start": 955471418,
            "stop": 955471423
        },
        {
            "start": 955471425,
            "stop": 955471428
        },
        {
            "start": 955471430,
            "stop": 955471442
        },
        {
            "start": 955471444,
            "stop": 955471454
        },
        {
            "start": 955471455,
            "stop": 955471462
        },
        {
            "start": 955471470,
            "stop": 955471476
        },
        {
            "start": 955471480,
            "stop": 955471485
        },
        {
            "start": 955471493,
            "stop": 955471501
        },
        {
            "start": 955471510,
            "stop": 955471540
        },
        {
            "start": 955471542,
            "stop": 955472292
        },
        {
            "start": 955472294,
            "stop": 955472651
        },
        {
            "start": 955472653,
            "stop": 955476461
        },
        {
            "start": 955476465,
            "stop": 955476761
        },
        {
            "start": 955476763,
            "stop": 955479747
        },
        {
            "start": 955479748,
            "stop": 955484713
        },
        {
            "start": 955484716,
            "stop": 955486154
        }
    ]
}