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=4740
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=4741",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4739",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4740,
    "results": [
        {
            "start": 970156001,
            "stop": 970156488
        },
        {
            "start": 970156491,
            "stop": 970156566
        },
        {
            "start": 970156569,
            "stop": 970156705
        },
        {
            "start": 970156708,
            "stop": 970157126
        },
        {
            "start": 970157129,
            "stop": 970157831
        },
        {
            "start": 970157834,
            "stop": 970157994
        },
        {
            "start": 970158015,
            "stop": 970158523
        },
        {
            "start": 970158526,
            "stop": 970159006
        },
        {
            "start": 970159009,
            "stop": 970159635
        },
        {
            "start": 970159640,
            "stop": 970159661
        },
        {
            "start": 970159666,
            "stop": 970160602
        },
        {
            "start": 970160623,
            "stop": 970160651
        },
        {
            "start": 970160741,
            "stop": 970161940
        },
        {
            "start": 970161944,
            "stop": 970162061
        },
        {
            "start": 970162064,
            "stop": 970162463
        },
        {
            "start": 970162466,
            "stop": 970163878
        },
        {
            "start": 970163881,
            "stop": 970164093
        },
        {
            "start": 970164096,
            "stop": 970164613
        },
        {
            "start": 970164616,
            "stop": 970165117
        },
        {
            "start": 970165120,
            "stop": 970165125
        }
    ]
}