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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=82",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=80",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 81,
    "results": [
        {
            "start": 951989257,
            "stop": 952006899
        },
        {
            "start": 952011666,
            "stop": 952015828
        },
        {
            "start": 952016838,
            "stop": 952021262
        },
        {
            "start": 952028621,
            "stop": 952033282
        },
        {
            "start": 952034200,
            "stop": 952034261
        },
        {
            "start": 952038134,
            "stop": 952045071
        },
        {
            "start": 952045276,
            "stop": 952054007
        },
        {
            "start": 952058823,
            "stop": 952060714
        },
        {
            "start": 952065845,
            "stop": 952089343
        },
        {
            "start": 952122139,
            "stop": 952127085
        },
        {
            "start": 952131639,
            "stop": 952136806
        },
        {
            "start": 952136932,
            "stop": 952144363
        },
        {
            "start": 952144815,
            "stop": 952173566
        },
        {
            "start": 952236021,
            "stop": 952239426
        },
        {
            "start": 952240139,
            "stop": 952250860
        },
        {
            "start": 952251703,
            "stop": 952261836
        },
        {
            "start": 952267420,
            "stop": 952269288
        },
        {
            "start": 952273431,
            "stop": 952281859
        },
        {
            "start": 952284000,
            "stop": 952291311
        },
        {
            "start": 952294314,
            "stop": 952294583
        }
    ]
}