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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=852",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=850",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 851,
    "results": [
        {
            "start": 963261349,
            "stop": 963261602
        },
        {
            "start": 963261612,
            "stop": 963262335
        },
        {
            "start": 963263014,
            "stop": 963268624
        },
        {
            "start": 963268674,
            "stop": 963271539
        },
        {
            "start": 963276272,
            "stop": 963276540
        },
        {
            "start": 963276579,
            "stop": 963276583
        },
        {
            "start": 963276599,
            "stop": 963281912
        },
        {
            "start": 963281918,
            "stop": 963286380
        },
        {
            "start": 963287191,
            "stop": 963302266
        },
        {
            "start": 963305861,
            "stop": 963305949
        },
        {
            "start": 963305956,
            "stop": 963306093
        },
        {
            "start": 963306099,
            "stop": 963306198
        },
        {
            "start": 963306204,
            "stop": 963306236
        },
        {
            "start": 963307497,
            "stop": 963313128
        },
        {
            "start": 963315148,
            "stop": 963316143
        },
        {
            "start": 963324299,
            "stop": 963327161
        },
        {
            "start": 963341015,
            "stop": 963341497
        },
        {
            "start": 963343238,
            "stop": 963349073
        },
        {
            "start": 963349360,
            "stop": 963349430
        },
        {
            "start": 963353604,
            "stop": 963361869
        }
    ]
}