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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_DATA/segments?format=api&page=218",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_DATA/segments?format=api&page=216",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 217,
    "results": [
        {
            "start": 854674450,
            "stop": 854676676
        },
        {
            "start": 854676784,
            "stop": 854680927
        },
        {
            "start": 854681447,
            "stop": 854681550
        },
        {
            "start": 854698775,
            "stop": 854719517
        },
        {
            "start": 854724572,
            "stop": 854724889
        },
        {
            "start": 854725138,
            "stop": 854725663
        },
        {
            "start": 854726493,
            "stop": 854730499
        },
        {
            "start": 854730578,
            "stop": 854744799
        },
        {
            "start": 854746936,
            "stop": 854748372
        },
        {
            "start": 854749503,
            "stop": 854757528
        },
        {
            "start": 854757590,
            "stop": 854759400
        },
        {
            "start": 854759723,
            "stop": 854773835
        },
        {
            "start": 854774004,
            "stop": 854781244
        },
        {
            "start": 854781428,
            "stop": 854807231
        },
        {
            "start": 854830994,
            "stop": 854831173
        },
        {
            "start": 854836839,
            "stop": 854847927
        },
        {
            "start": 854847972,
            "stop": 854871318
        },
        {
            "start": 854872205,
            "stop": 854876911
        },
        {
            "start": 854877082,
            "stop": 854877648
        },
        {
            "start": 854878026,
            "stop": 854888257
        }
    ]
}