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=255
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=256",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=254",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 255,
    "results": [
        {
            "start": 821452748,
            "stop": 821452759
        },
        {
            "start": 821452775,
            "stop": 821452777
        },
        {
            "start": 821452785,
            "stop": 821452815
        },
        {
            "start": 821452827,
            "stop": 821452844
        },
        {
            "start": 821452854,
            "stop": 821452949
        },
        {
            "start": 821452961,
            "stop": 821452984
        },
        {
            "start": 821452992,
            "stop": 821452997
        },
        {
            "start": 821453005,
            "stop": 821453011
        },
        {
            "start": 821453016,
            "stop": 821453082
        },
        {
            "start": 821453090,
            "stop": 821453098
        },
        {
            "start": 821453113,
            "stop": 821453116
        },
        {
            "start": 821453124,
            "stop": 821453276
        },
        {
            "start": 821453284,
            "stop": 821453285
        },
        {
            "start": 821453293,
            "stop": 821453322
        },
        {
            "start": 821453331,
            "stop": 821453333
        },
        {
            "start": 821453347,
            "stop": 821453370
        },
        {
            "start": 821453384,
            "stop": 821453416
        },
        {
            "start": 821453427,
            "stop": 821453921
        },
        {
            "start": 821453926,
            "stop": 821454039
        },
        {
            "start": 821454047,
            "stop": 821454052
        }
    ]
}