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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=75",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=73",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 74,
    "results": [
        {
            "start": 827958383,
            "stop": 827961396
        },
        {
            "start": 827962000,
            "stop": 827963640
        },
        {
            "start": 827963871,
            "stop": 827965261
        },
        {
            "start": 827966049,
            "stop": 827966104
        },
        {
            "start": 827966616,
            "stop": 827973052
        },
        {
            "start": 827973230,
            "stop": 827973717
        },
        {
            "start": 827975752,
            "stop": 827977424
        },
        {
            "start": 827978302,
            "stop": 827986378
        },
        {
            "start": 827986519,
            "stop": 827986615
        },
        {
            "start": 827987045,
            "stop": 827989091
        },
        {
            "start": 827993869,
            "stop": 827997191
        },
        {
            "start": 827998786,
            "stop": 827998948
        },
        {
            "start": 827999208,
            "stop": 828000131
        },
        {
            "start": 828001316,
            "stop": 828002247
        },
        {
            "start": 828002359,
            "stop": 828017379
        },
        {
            "start": 828018307,
            "stop": 828020684
        },
        {
            "start": 828022303,
            "stop": 828027377
        },
        {
            "start": 828028147,
            "stop": 828028207
        },
        {
            "start": 828028385,
            "stop": 828028461
        },
        {
            "start": 828028848,
            "stop": 828029034
        }
    ]
}