Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2351
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=2352",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2350",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2351,
    "results": [
        {
            "start": 874653797,
            "stop": 874653814
        },
        {
            "start": 874653833,
            "stop": 874653900
        },
        {
            "start": 874653924,
            "stop": 874653950
        },
        {
            "start": 874653969,
            "stop": 874654248
        },
        {
            "start": 874654267,
            "stop": 874654351
        },
        {
            "start": 874654387,
            "stop": 874654501
        },
        {
            "start": 874654536,
            "stop": 874654793
        },
        {
            "start": 874654824,
            "stop": 874655574
        },
        {
            "start": 874655594,
            "stop": 874655713
        },
        {
            "start": 874655732,
            "stop": 874656033
        },
        {
            "start": 874656052,
            "stop": 874656930
        },
        {
            "start": 874656949,
            "stop": 874657003
        },
        {
            "start": 874657023,
            "stop": 874657287
        },
        {
            "start": 874657306,
            "stop": 874657781
        },
        {
            "start": 874657800,
            "stop": 874657808
        },
        {
            "start": 874657827,
            "stop": 874658067
        },
        {
            "start": 874658087,
            "stop": 874658167
        },
        {
            "start": 874658187,
            "stop": 874658582
        },
        {
            "start": 874658599,
            "stop": 874658658
        },
        {
            "start": 874658676,
            "stop": 874658685
        }
    ]
}