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=175
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=176",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=174",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 175,
    "results": [
        {
            "start": 932966805,
            "stop": 932966812
        },
        {
            "start": 932966863,
            "stop": 932966885
        },
        {
            "start": 932966984,
            "stop": 932967007
        },
        {
            "start": 932967068,
            "stop": 932967075
        },
        {
            "start": 932967117,
            "stop": 932967121
        },
        {
            "start": 932967153,
            "stop": 932967154
        },
        {
            "start": 932967177,
            "stop": 932967182
        },
        {
            "start": 932967228,
            "stop": 932967256
        },
        {
            "start": 932967289,
            "stop": 932967294
        },
        {
            "start": 932967389,
            "stop": 932967406
        },
        {
            "start": 932967427,
            "stop": 932967428
        },
        {
            "start": 932967456,
            "stop": 932967457
        },
        {
            "start": 932967514,
            "stop": 932967526
        },
        {
            "start": 932968008,
            "stop": 932968052
        },
        {
            "start": 932968137,
            "stop": 932968138
        },
        {
            "start": 932968226,
            "stop": 932968268
        },
        {
            "start": 932968309,
            "stop": 932968362
        },
        {
            "start": 932968428,
            "stop": 932968504
        },
        {
            "start": 932968535,
            "stop": 932968546
        },
        {
            "start": 932968584,
            "stop": 932968593
        }
    ]
}