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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4678",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4676",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4677,
    "results": [
        {
            "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
        },
        {
            "start": 969806761,
            "stop": 969806798
        },
        {
            "start": 969807158,
            "stop": 969807218
        },
        {
            "start": 969807398,
            "stop": 969807578
        },
        {
            "start": 969808178,
            "stop": 969808217
        },
        {
            "start": 969808220,
            "stop": 969808358
        },
        {
            "start": 969808418,
            "stop": 969808665
        }
    ]
}