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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=338",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=336",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 337,
    "results": [
        {
            "start": 823776427,
            "stop": 823776690
        },
        {
            "start": 823776697,
            "stop": 823776742
        },
        {
            "start": 823776747,
            "stop": 823777834
        },
        {
            "start": 823777840,
            "stop": 823777854
        },
        {
            "start": 823777861,
            "stop": 823778200
        },
        {
            "start": 823778205,
            "stop": 823778543
        },
        {
            "start": 823778549,
            "stop": 823778596
        },
        {
            "start": 823778704,
            "stop": 823778944
        },
        {
            "start": 823779025,
            "stop": 823779059
        },
        {
            "start": 823779064,
            "stop": 823779196
        },
        {
            "start": 823779201,
            "stop": 823779210
        },
        {
            "start": 823779216,
            "stop": 823779435
        },
        {
            "start": 823779507,
            "stop": 823779745
        },
        {
            "start": 823779927,
            "stop": 823780277
        },
        {
            "start": 823780282,
            "stop": 823780786
        },
        {
            "start": 823780791,
            "stop": 823781200
        },
        {
            "start": 823781205,
            "stop": 823781252
        },
        {
            "start": 823781261,
            "stop": 823781358
        },
        {
            "start": 823781363,
            "stop": 823781877
        },
        {
            "start": 823781882,
            "stop": 823782256
        }
    ]
}