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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5184",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=5182",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 5183,
    "results": [
        {
            "start": 969801338,
            "stop": 969801367
        },
        {
            "start": 969801370,
            "stop": 969801373
        },
        {
            "start": 969801376,
            "stop": 969801378
        },
        {
            "start": 969801381,
            "stop": 969801398
        },
        {
            "start": 969801938,
            "stop": 969801955
        },
        {
            "start": 969801958,
            "stop": 969801973
        },
        {
            "start": 969801976,
            "stop": 969801998
        },
        {
            "start": 969803198,
            "stop": 969803237
        },
        {
            "start": 969803242,
            "stop": 969803258
        },
        {
            "start": 969803858,
            "stop": 969803873
        },
        {
            "start": 969803876,
            "stop": 969803893
        },
        {
            "start": 969803896,
            "stop": 969803918
        },
        {
            "start": 969804578,
            "stop": 969804636
        },
        {
            "start": 969804639,
            "stop": 969804653
        },
        {
            "start": 969804656,
            "stop": 969804698
        },
        {
            "start": 969804758,
            "stop": 969804762
        },
        {
            "start": 969804765,
            "stop": 969804818
        },
        {
            "start": 969806618,
            "stop": 969806715
        },
        {
            "start": 969806720,
            "stop": 969806721
        },
        {
            "start": 969806724,
            "stop": 969806758
        }
    ]
}