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=4655
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=4656",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4654",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4655,
    "results": [
        {
            "start": 969626111,
            "stop": 969626134
        },
        {
            "start": 969626258,
            "stop": 969626311
        },
        {
            "start": 969626314,
            "stop": 969626318
        },
        {
            "start": 969626558,
            "stop": 969626603
        },
        {
            "start": 969626607,
            "stop": 969626618
        },
        {
            "start": 969626738,
            "stop": 969626798
        },
        {
            "start": 969626858,
            "stop": 969626861
        },
        {
            "start": 969626864,
            "stop": 969626882
        },
        {
            "start": 969626885,
            "stop": 969626898
        },
        {
            "start": 969626901,
            "stop": 969626902
        },
        {
            "start": 969626905,
            "stop": 969626940
        },
        {
            "start": 969626943,
            "stop": 969626948
        },
        {
            "start": 969626951,
            "stop": 969626992
        },
        {
            "start": 969626995,
            "stop": 969627022
        },
        {
            "start": 969627025,
            "stop": 969627073
        },
        {
            "start": 969627076,
            "stop": 969627181
        },
        {
            "start": 969627184,
            "stop": 969627197
        },
        {
            "start": 969627200,
            "stop": 969627202
        },
        {
            "start": 969627205,
            "stop": 969627296
        },
        {
            "start": 969627299,
            "stop": 969627303
        }
    ]
}