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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9975",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9973",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9974,
    "results": [
        {
            "start": 871939713,
            "stop": 871939871
        },
        {
            "start": 871939905,
            "stop": 871939945
        },
        {
            "start": 871940012,
            "stop": 871940040
        },
        {
            "start": 871940100,
            "stop": 871940280
        },
        {
            "start": 871940340,
            "stop": 871940473
        },
        {
            "start": 871940489,
            "stop": 871940820
        },
        {
            "start": 871940940,
            "stop": 871941053
        },
        {
            "start": 871941070,
            "stop": 871941180
        },
        {
            "start": 871941380,
            "stop": 871941600
        },
        {
            "start": 871941660,
            "stop": 871941720
        },
        {
            "start": 871941960,
            "stop": 871942080
        },
        {
            "start": 871942320,
            "stop": 871942440
        },
        {
            "start": 871942500,
            "stop": 871942800
        },
        {
            "start": 871942980,
            "stop": 871943010
        },
        {
            "start": 871943880,
            "stop": 871944120
        },
        {
            "start": 871944180,
            "stop": 871944240
        },
        {
            "start": 871944300,
            "stop": 871944360
        },
        {
            "start": 871944420,
            "stop": 871944546
        },
        {
            "start": 871944580,
            "stop": 871944660
        },
        {
            "start": 871944720,
            "stop": 871944960
        }
    ]
}