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=2315
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=2316",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2314",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2315,
    "results": [
        {
            "start": 874191757,
            "stop": 874191780
        },
        {
            "start": 874191799,
            "stop": 874191867
        },
        {
            "start": 874191901,
            "stop": 874192553
        },
        {
            "start": 874192572,
            "stop": 874192868
        },
        {
            "start": 874192887,
            "stop": 874193300
        },
        {
            "start": 874193317,
            "stop": 874193334
        },
        {
            "start": 874193738,
            "stop": 874193997
        },
        {
            "start": 874194017,
            "stop": 874194029
        },
        {
            "start": 874194096,
            "stop": 874194116
        },
        {
            "start": 874194180,
            "stop": 874194223
        },
        {
            "start": 874194242,
            "stop": 874194438
        },
        {
            "start": 874194457,
            "stop": 874201942
        },
        {
            "start": 874201961,
            "stop": 874203410
        },
        {
            "start": 874203429,
            "stop": 874205361
        },
        {
            "start": 874205380,
            "stop": 874216215
        },
        {
            "start": 874216245,
            "stop": 874216585
        },
        {
            "start": 874216634,
            "stop": 874220678
        },
        {
            "start": 874220704,
            "stop": 874220761
        },
        {
            "start": 874220780,
            "stop": 874220839
        },
        {
            "start": 874220858,
            "stop": 874221152
        }
    ]
}